- fprgot to commit the script-side definition of STAT_STATIC.

This commit is contained in:
Christoph Oelckers 2017-02-25 17:14:03 +01:00
parent 13c6cebef3
commit b2a1e03d7e
1 changed files with 1 additions and 0 deletions

View File

@ -353,6 +353,7 @@ class Thinker : Object native
STAT_AUTODECAL, // A decal that can be automatically deleted
STAT_CORPSEPOINTER, // An entry in Hexen's corpse queue
STAT_TRAVELLING, // An actor temporarily travelling to a new map
STAT_STATIC,
// Thinkers that do think
STAT_FIRST_THINKING=32,