Fix compiler warning.

This commit is contained in:
Michael Friedrich 2013-10-01 10:24:29 +02:00
parent 7131d56375
commit c07857dea8
1 changed files with 2 additions and 0 deletions

View File

@ -906,5 +906,7 @@ int CompatUtility::MapExternalCommandType(const String& name)
return 176;
if (name == "CUSTOM_COMMAND")
return 999;
return 0;
}