Fixed crash on no args to AddInputCallback. Clear steps for all players when deleting on ScreenEditMenu. Changed assert message in ApplyDerivedType to be useful. Fixed typos in OptionRowHandler message and EditHelpText.

This commit is contained in:
Kyzentun
2015-02-26 14:51:54 -07:00
parent bde705ab0b
commit c4fed9747c
10 changed files with 2469 additions and 12 deletions
+1 -1
View File
@@ -203,7 +203,7 @@ public:
}
else
{
LuaHelpers::ReportScriptErrorFmt("Unkown row flag \"%s\".", sName.c_str());
LuaHelpers::ReportScriptErrorFmt("Unknown row flag \"%s\".", sName.c_str());
}
}
for( int col = 0; col < NumCols; ++col )