1
0
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:
Alexander Overvoorde
2016-05-10 14:16:48 +02:00
parent 85a2614a6a
commit f22257056c

View File

@@ -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);
}
}