- attempt to fix lua code that might be crashing the game

This commit is contained in:
Mark Vejvoda 2010-10-11 23:39:44 +00:00
parent fd4054e345
commit 2519588148

View File

@ -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;