summaryrefslogtreecommitdiff
path: root/src/lua-interface.cpp
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2009-11-09 16:39:37 +0100
committerPixel <pixel@nobis-crew.org>2009-11-09 16:39:37 +0100
commita104f40fd160f3023a03bdeefcff0c3f33b5fe7d (patch)
tree813ba944447fee50dfb72957097b7c8edd0732b1 /src/lua-interface.cpp
parentce452111b9ed5ee5ebc8c55d6abb44262f3f759d (diff)
Typo...
Diffstat (limited to 'src/lua-interface.cpp')
-rw-r--r--src/lua-interface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lua-interface.cpp b/src/lua-interface.cpp
index 1cf320d..5bb1615 100644
--- a/src/lua-interface.cpp
+++ b/src/lua-interface.cpp
@@ -980,7 +980,7 @@ virtual int startup() throw (GeneralException) {
try {
L->load(&built);
L->push("lua_interface_light_main");
- L->gettable("LUA_GLOBALSINDEX");
+ L->gettable(LUA_GLOBALSINDEX);
L->call(0, 1);
interactive = L->toboolean();
L->pop();