From 362ae6f4fa1ec769422e131e341fa90b7f8ee6c5 Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Thu, 21 Oct 2010 22:12:05 +0000 Subject: [PATCH] - attempt to see if this fixes some lua problems --- source/shared_lib/sources/lua/lua_script.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/shared_lib/sources/lua/lua_script.cpp b/source/shared_lib/sources/lua/lua_script.cpp index e38ea845..a3623119 100644 --- a/source/shared_lib/sources/lua/lua_script.cpp +++ b/source/shared_lib/sources/lua/lua_script.cpp @@ -252,7 +252,7 @@ void LuaArguments::returnString(const string &value){ } void LuaArguments::returnVec2i(const Vec2i &value){ - Lua_STREFLOP_Wrapper streflopWrapper; + //Lua_STREFLOP_Wrapper streflopWrapper; ++returnCount;