1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-20 21:43:06 +01:00

Fix #4123: Different water colour at the main menu title sequence

Caused by title screen not refreshing the palette after loading a park
This commit is contained in:
Ted John
2016-07-17 17:46:16 +01:00
parent 964cf66f6b
commit a7229b567d

View File

@@ -215,6 +215,7 @@ static int title_load_park(const char *path)
sub_684AC3();
scenery_set_default_placement_configuration();
news_item_init_queue();
load_palette();
gfx_invalidate_screen();
gScreenAge = 0;
gGameSpeed = 1;