summaryrefslogtreecommitdiff
path: root/src/cat/LuaScriptInterface.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-08-21 11:27:13 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-08-21 11:27:13 (GMT)
commit7b8647cf152f575dd9a210b9d8b6ca5aebe388e8 (patch)
tree21acd82ada23ae310805026bf9d09e5b6b595417 /src/cat/LuaScriptInterface.h
parent4b8ebe4abd98d65c97cf1dbd571d448f53669bc3 (diff)
downloadpowder-7b8647cf152f575dd9a210b9d8b6ca5aebe388e8.zip
powder-7b8647cf152f575dd9a210b9d8b6ca5aebe388e8.tar.gz
Add missing files from e54eeae
Diffstat (limited to 'src/cat/LuaScriptInterface.h')
-rw-r--r--src/cat/LuaScriptInterface.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cat/LuaScriptInterface.h b/src/cat/LuaScriptInterface.h
index 8c3e33e..44ad279 100644
--- a/src/cat/LuaScriptInterface.h
+++ b/src/cat/LuaScriptInterface.h
@@ -40,7 +40,6 @@ class LuaScriptInterface: public CommandInterface {
bool currentCommand;
TPTScriptInterface * legacy;
public:
- int LoopTime;
lua_State *l;
LuaScriptInterface(GameModel * m);
virtual bool OnBrushChanged(int brushType, int rx, int ry);