forked from github/server
gcc warning
This commit is contained in:
parent
8ebd4c2066
commit
f350b81d51
|
@ -29,7 +29,7 @@ void read_allies(gamedata * data, faction *f)
|
||||||
ally * al = ally_add(sfp, NULL);
|
ally * al = ally_add(sfp, NULL);
|
||||||
int state;
|
int state;
|
||||||
if ((al->faction = findfaction(aid)) == NULL) {
|
if ((al->faction = findfaction(aid)) == NULL) {
|
||||||
ur_add(RESOLVE_FACTION | aid, &al->faction, NULL);
|
ur_add(RESOLVE_FACTION | aid, (void **)&al->faction, NULL);
|
||||||
}
|
}
|
||||||
READ_INT(data->store, &state);
|
READ_INT(data->store, &state);
|
||||||
al->status = state & HELP_ALL;
|
al->status = state & HELP_ALL;
|
||||||
|
|
Loading…
Reference in New Issue