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:
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user