From: Perttu Ahola Date: Sat, 31 Dec 2011 12:41:57 +0000 (+0200) Subject: Correctly pop stuff from the Lua stack in script_load() X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=7b7b68cdabf1e34e74b9157315998aa40777251b;p=zefram%2Fminetest%2Fminetest_engine.git Correctly pop stuff from the Lua stack in script_load() --- diff --git a/src/script.cpp b/src/script.cpp index 14c23e00..f91b2289 100644 --- a/src/script.cpp +++ b/src/script.cpp @@ -101,8 +101,10 @@ bool script_load(lua_State *L, const char *path) errorstream<<"[LUA] "<