forked from github/server
- Fix plane-watcher read
This commit is contained in:
parent
bb0aa209e8
commit
9b7b78ca12
|
@ -857,6 +857,7 @@ readgame(boolean backup)
|
||||||
w->next = pl->watchers;
|
w->next = pl->watchers;
|
||||||
pl->watchers = w;
|
pl->watchers = w;
|
||||||
ur_add((void*)fno, (void**)&w->faction, resolve_faction);
|
ur_add((void*)fno, (void**)&w->faction, resolve_faction);
|
||||||
|
rs(F, buf);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
a_read(F, &pl->attribs);
|
a_read(F, &pl->attribs);
|
||||||
|
|
Loading…
Reference in New Issue