This commit is contained in:
Christoph Oelckers 2014-09-16 08:46:12 +02:00
commit df1364e2d7

View file

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