mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 14:51:51 +00:00
- fprgot to commit the script-side definition of STAT_STATIC.
This commit is contained in:
parent
13c6cebef3
commit
b2a1e03d7e
1 changed files with 1 additions and 0 deletions
|
@ -353,6 +353,7 @@ class Thinker : Object native
|
||||||
STAT_AUTODECAL, // A decal that can be automatically deleted
|
STAT_AUTODECAL, // A decal that can be automatically deleted
|
||||||
STAT_CORPSEPOINTER, // An entry in Hexen's corpse queue
|
STAT_CORPSEPOINTER, // An entry in Hexen's corpse queue
|
||||||
STAT_TRAVELLING, // An actor temporarily travelling to a new map
|
STAT_TRAVELLING, // An actor temporarily travelling to a new map
|
||||||
|
STAT_STATIC,
|
||||||
|
|
||||||
// Thinkers that do think
|
// Thinkers that do think
|
||||||
STAT_FIRST_THINKING=32,
|
STAT_FIRST_THINKING=32,
|
||||||
|
|
Loading…
Reference in a new issue