diff options
author | Pixel <pixel@nobis-crew.org> | 2009-11-09 16:39:37 +0100 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2009-11-09 16:39:37 +0100 |
commit | a104f40fd160f3023a03bdeefcff0c3f33b5fe7d (patch) | |
tree | 813ba944447fee50dfb72957097b7c8edd0732b1 /src | |
parent | ce452111b9ed5ee5ebc8c55d6abb44262f3f759d (diff) |
Typo...
Diffstat (limited to 'src')
-rw-r--r-- | src/lua-interface.cpp | 2 |
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(); |