- fixed: level.flags2 was not stored in savegames. Also bumped min. savegame
version and removed old compatibility handlings. SVN r1448 (trunk)
This commit is contained in:
parent
a18018f607
commit
2c65d5b8f5
5 changed files with 9 additions and 16 deletions
|
|
@ -806,11 +806,6 @@ FArchive &operator<< (FArchive &arc, userinfo_t &info)
|
|||
arc.Read (&info.netname, sizeof(info.netname));
|
||||
}
|
||||
arc << info.team << info.aimdist << info.color << info.skin << info.gender << info.neverswitch;
|
||||
if (SaveVersion >= 1333 && SaveVersion <= 1355)
|
||||
{
|
||||
int savedaimdist;
|
||||
arc << savedaimdist;
|
||||
}
|
||||
return arc;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue