aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/GuiLua/test_c.c
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-03-30 08:58:45 +1000
committerDavid Walter Seikel2014-03-30 08:58:45 +1000
commite6995f7b57772b8b754a33e5d6c4b9e1cc88d286 (patch)
treea07300c3df08abd16a04d1d6bf40d77c97b05675 /ClientHamr/GuiLua/test_c.c
parentNotes about metatable usage, and limitations from Lua. (diff)
downloadSledjHamr-e6995f7b57772b8b754a33e5d6c4b9e1cc88d286.zip
SledjHamr-e6995f7b57772b8b754a33e5d6c4b9e1cc88d286.tar.gz
SledjHamr-e6995f7b57772b8b754a33e5d6c4b9e1cc88d286.tar.bz2
SledjHamr-e6995f7b57772b8b754a33e5d6c4b9e1cc88d286.tar.xz
Oops--
Diffstat (limited to 'ClientHamr/GuiLua/test_c.c')
-rw-r--r--ClientHamr/GuiLua/test_c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ClientHamr/GuiLua/test_c.c b/ClientHamr/GuiLua/test_c.c
index b5df711..47cb72d 100644
--- a/ClientHamr/GuiLua/test_c.c
+++ b/ClientHamr/GuiLua/test_c.c
@@ -124,7 +124,7 @@ int luaopen_test_c(lua_State *L)
124 lua_pushstring(L, "cfooble,c"); 124 lua_pushstring(L, "cfooble,c");
125 lua_pushstring(L, "Help text"); 125 lua_pushstring(L, "Help text");
126 lua_pushnumber(L, 1); 126 lua_pushnumber(L, 1);
127 lua_pushstring(L, "number"); 127 lua_pushnil(L);
128 lua_pushstring(L, "'edit', 'The cfooble:', 1, 1, 10, 50"); 128 lua_pushstring(L, "'edit', 'The cfooble:', 1, 1, 10, 50");
129 lua_pushboolean(L, 1); // Is required. 129 lua_pushboolean(L, 1); // Is required.
130 lua_pushnil(L); // Default ACL. 130 lua_pushnil(L); // Default ACL.