- Changed TThinkerIterator loops back to MAXPLAYERS loops.
- Added STAT_BOT.
This commit is contained in:
parent
ee977f94d7
commit
e38aee070c
7 changed files with 56 additions and 62 deletions
|
|
@ -63,6 +63,7 @@ enum
|
|||
STAT_SECTOREFFECT, // All sector effects that cause floor and ceiling movement
|
||||
STAT_ACTORMOVER, // actor movers
|
||||
STAT_SCRIPTS, // The ACS thinker. This is to ensure that it can't tick before all actors called PostBeginPlay
|
||||
STAT_BOT, // Bot thinker
|
||||
};
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue