mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 14:51:51 +00:00
- actually use the parameter...
This commit is contained in:
parent
465792df0a
commit
5303526c70
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue