diff options
Diffstat (limited to 'src/cat/LuaScriptInterface.cpp')
| -rw-r--r-- | src/cat/LuaScriptInterface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cat/LuaScriptInterface.cpp b/src/cat/LuaScriptInterface.cpp index 0746f2a..237763e 100644 --- a/src/cat/LuaScriptInterface.cpp +++ b/src/cat/LuaScriptInterface.cpp @@ -1845,6 +1845,7 @@ void LuaScriptInterface::initElementsAPI() SETCONST(l, SC_WALL); SETCONST(l, SC_ELEC); SETCONST(l, SC_POWERED); + SETCONST(l, SC_SENSOR); SETCONST(l, SC_FORCE); SETCONST(l, SC_EXPLOSIVE); SETCONST(l, SC_GAS); @@ -1856,7 +1857,6 @@ void LuaScriptInterface::initElementsAPI() SETCONST(l, SC_LIFE); SETCONST(l, SC_TOOL); SETCONST(l, SC_DECO); - SETCONST(l, SC_SENSOR); //Element identifiers for(int i = 0; i < PT_NUM; i++) |
