From b2a1e03d7e09ec368a818b75177dd29c24334c59 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sat, 25 Feb 2017 17:14:03 +0100 Subject: [PATCH] - fprgot to commit the script-side definition of STAT_STATIC. --- wadsrc/static/zscript/base.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/wadsrc/static/zscript/base.txt b/wadsrc/static/zscript/base.txt index 0aba717cb1..d8fed2f28a 100644 --- a/wadsrc/static/zscript/base.txt +++ b/wadsrc/static/zscript/base.txt @@ -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,