- actually use the parameter...

This commit is contained in:
Christoph Oelckers 2016-08-26 08:34:27 +02:00
parent 465792df0a
commit 5303526c70
1 changed files with 2 additions and 2 deletions

View File

@ -79,8 +79,8 @@ public:
static void DestroyMostThinkers ();
static void DestroyThinkersInList(int statnum)
{
DestroyThinkersInList(Thinkers[STAT_TRAVELLING]);
DestroyThinkersInList(FreshThinkers[STAT_TRAVELLING]);
DestroyThinkersInList(Thinkers[statnum]);
DestroyThinkersInList(FreshThinkers[statnum]);
}
static void SerializeAll (FArchive &arc, bool keepPlayers);
static void MarkRoots();