Fix #2988: utf8 strings not working in multiplayer

This commit is contained in:
zsilencer 2016-02-26 23:00:58 -07:00
parent 6eb580f508
commit 9b3d36eb95
1 changed files with 1 additions and 0 deletions

View File

@ -878,6 +878,7 @@ int game_load_network(SDL_RWops* rw)
map_update_tile_pointers();
reset_0x69EBE4();
openrct2_reset_object_tween_locations();
game_convert_strings_to_utf8();
return 1;
}