mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-02-07 07:21:01 +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 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();
|
||||||
|
|
Loading…
Reference in a new issue