- Fixed: Skip_Super didn't clear the current state label list.

SVN r708 (trunk)
This commit is contained in:
Christoph Oelckers 2008-01-16 10:14:10 +00:00
parent 25e0f0644a
commit f9c78a1b80
2 changed files with 4 additions and 0 deletions

View file

@ -3,6 +3,9 @@ January 15, 2008
- Spawned actors that have MF2_DORMANT set in their default instance now have
Deactivate() called on them immediately after spawning.
January 15, 2008 (Changes by Graf Zahl)
- Fixed: Skip_Super didn't clear the current state label list.
January 14, 2008
- Fixed: ACS translations were loaded into the wrong slot after restoring a
savegame.

View file

@ -732,6 +732,7 @@ static void ActorSkipSuper (AActor *defaults, Baggage &bag)
FreeDropItemChain (bag.DropItemList);
}
ResetBaggage (&bag);
MakeStateDefines(NULL);
}
//==========================================================================