mirror of
https://github.com/glest/glest-source.git
synced 2025-09-26 23:49:03 +02:00
- lots of code cleanup from the cppcheck
This commit is contained in:
@@ -552,6 +552,7 @@ string LuaScript::errorToString(int errorCode) {
|
||||
break;
|
||||
default:
|
||||
error+= "Unknown error";
|
||||
break;
|
||||
}
|
||||
|
||||
error += string(": ")+luaL_checkstring(luaState, -1);
|
||||
|
Reference in New Issue
Block a user