mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-24 00:03:11 +01:00
Remove formatting from loaded user strings
This commit is contained in:
@@ -691,6 +691,7 @@ void game_convert_strings_to_utf8()
|
||||
|
||||
if (!str_is_null_or_empty(userString)) {
|
||||
rct2_to_utf8_self(userString, 32);
|
||||
utf8_remove_formatting(userString);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user