From 251958814821a586d03d3478624e168c73f41cc7 Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Mon, 11 Oct 2010 23:39:44 +0000 Subject: [PATCH] - attempt to fix lua code that might be crashing the game --- 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 2f1f158e..6d9104bf 100644 --- a/source/shared_lib/sources/lua/lua_script.cpp +++ b/source/shared_lib/sources/lua/lua_script.cpp @@ -247,7 +247,7 @@ void LuaArguments::returnString(const string &value){ } void LuaArguments::returnVec2i(const Vec2i &value){ - //Lua_STREFLOP_Wrapper streflopWrapper; + Lua_STREFLOP_Wrapper streflopWrapper; ++returnCount;