Change: Don't replace stripped control codes with '?' for scripts. (#14028)
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
{
|
||||
if (!IsValidEngine(engine_id)) return std::nullopt;
|
||||
|
||||
return ::StrMakeValid(::GetString(STR_ENGINE_NAME, engine_id));
|
||||
return ::StrMakeValid(::GetString(STR_ENGINE_NAME, engine_id), {});
|
||||
}
|
||||
|
||||
/* static */ CargoType ScriptEngine::GetCargoType(EngineID engine_id)
|
||||
|
||||
Reference in New Issue
Block a user