- Fix plane-watcher read

This commit is contained in:
Christian Schlittchen 2002-03-10 07:23:45 +00:00
parent bb0aa209e8
commit 9b7b78ca12
1 changed files with 1 additions and 0 deletions

View File

@ -857,6 +857,7 @@ readgame(boolean backup)
w->next = pl->watchers;
pl->watchers = w;
ur_add((void*)fno, (void**)&w->faction, resolve_faction);
rs(F, buf);
}
}
a_read(F, &pl->attribs);