This commit is contained in:
Christoph Oelckers 2014-09-16 08:46:12 +02:00
commit df1364e2d7
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ void AActor::Serialize (FArchive &arc)
{ {
arc << flags7; arc << flags7;
} }
if (SaveVersion >= 4511) if (SaveVersion >= 4512)
{ {
arc << weaponspecial; arc << weaponspecial;
} }