1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 11:03:00 +01:00

Fix objects and their localized string ids not being reloaded after changing language (fixes #2751)

This commit is contained in:
Alexander Overvoorde
2016-02-11 15:03:46 +01:00
parent 2077c51e0b
commit bb71d087b5

View File

@@ -199,6 +199,9 @@ int language_open(int id)
}
}
// Objects and their localized strings need to be refreshed
reset_loaded_objects();
return 1;
}