- actually use the parameter...

This commit is contained in:
Christoph Oelckers 2016-08-26 08:34:27 +02:00
parent 465792df0a
commit 5303526c70

View file

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