Change: Don't replace stripped control codes with '?' for scripts. (#14028)
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
{
|
||||
if (!IsValidSign(sign_id)) return std::nullopt;
|
||||
|
||||
return ::StrMakeValid(::GetString(STR_SIGN_NAME, sign_id));
|
||||
return ::StrMakeValid(::GetString(STR_SIGN_NAME, sign_id), {});
|
||||
}
|
||||
|
||||
/* static */ TileIndex ScriptSign::GetLocation(SignID sign_id)
|
||||
|
||||
Reference in New Issue
Block a user