From 7b7b68cdabf1e34e74b9157315998aa40777251b Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Sat, 31 Dec 2011 14:41:57 +0200 Subject: [PATCH] Correctly pop stuff from the Lua stack in script_load() --- src/script.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/script.cpp b/src/script.cpp index 14c23e0..f91b228 100644 --- a/src/script.cpp +++ b/src/script.cpp @@ -101,8 +101,10 @@ bool script_load(lua_State *L, const char *path) errorstream<<"[LUA] "<