- fixed: The counters for the whirlwind were initialized too late, the first time they are needed is in P_CheckMissileSpawn, which gets called from inside P_SpawnMissile. Also took the opportunity and moved them to properties that are accessible from DECORATE.

This commit is contained in:
Christoph Oelckers 2016-02-08 13:34:54 +01:00
commit c940c2ba81
6 changed files with 20 additions and 9 deletions

View file

@ -516,7 +516,7 @@ void P_SerializeWorld (FArchive &arc)
arc << zn->Environment;
}
if (SaveVersion >= 4533)
if (SaveVersion >= 4532)
{
arc << linePortals;
}