0
0
Fork 0
mirror of https://github.com/ZDoom/qzdoom.git synced 2025-03-14 14:51:17 +00:00
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;
}