diff options
| author | jacob1 <jfu614@gmail.com> | 2013-06-06 03:17:34 (GMT) |
|---|---|---|
| committer | jacob1 <jfu614@gmail.com> | 2013-06-06 03:17:34 (GMT) |
| commit | 2119343b6a76bdc6bda0fb62cea46f0a6b2df285 (patch) | |
| tree | 55b48c9d58f2f3b215aa5d5474886c2542e164a9 /src/cat/LuaScriptInterface.h | |
| parent | c7ce3fa4b23bf14222af6403de36a501a05637a1 (diff) | |
| download | powder-2119343b6a76bdc6bda0fb62cea46f0a6b2df285.zip powder-2119343b6a76bdc6bda0fb62cea46f0a6b2df285.tar.gz | |
fix sim.NUM_PARTS, other small changes
Diffstat (limited to 'src/cat/LuaScriptInterface.h')
| -rw-r--r-- | src/cat/LuaScriptInterface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cat/LuaScriptInterface.h b/src/cat/LuaScriptInterface.h index ad0b70f..5a09be9 100644 --- a/src/cat/LuaScriptInterface.h +++ b/src/cat/LuaScriptInterface.h @@ -40,7 +40,7 @@ class Tool; // idea from mniip, makes things much simpler #define SETCONST(L, NAME)\ lua_pushinteger(L, NAME);\ - lua_setfield(L, -2, #NAME); + lua_setfield(L, -2, #NAME) class TPTScriptInterface; class LuaScriptInterface: public CommandInterface |
