mirror of
https://github.com/glest/glest-source.git
synced 2025-08-24 00:42:50 +02:00
- attempt to fix lua code that might be crashing the game
This commit is contained in:
@@ -247,7 +247,7 @@ void LuaArguments::returnString(const string &value){
|
|||||||
}
|
}
|
||||||
|
|
||||||
void LuaArguments::returnVec2i(const Vec2i &value){
|
void LuaArguments::returnVec2i(const Vec2i &value){
|
||||||
//Lua_STREFLOP_Wrapper streflopWrapper;
|
Lua_STREFLOP_Wrapper streflopWrapper;
|
||||||
|
|
||||||
++returnCount;
|
++returnCount;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user