- 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
commit f9c78a1b80
2 changed files with 4 additions and 0 deletions

View file

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