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
1 changed files with 1 additions and 0 deletions

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