1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-19 21:13:05 +01:00

Temporarily fix non-ascii import

This commit is contained in:
Gymnasiast
2017-01-25 21:50:14 +01:00
committed by Ted John
parent e621cd37cc
commit 585e28b67f

View File

@@ -159,7 +159,8 @@ public:
ImportScenarioObjective();
ImportSavedView();
game_convert_strings_to_utf8();
// Importing the strings is done later on, although that approach needs looking at.
//game_convert_strings_to_utf8();
map_count_remaining_land_rights();
}