From a7229b567df231a22156f7403dd2b445d44c9616 Mon Sep 17 00:00:00 2001 From: Ted John Date: Sun, 17 Jul 2016 17:46:16 +0100 Subject: [PATCH] Fix #4123: Different water colour at the main menu title sequence Caused by title screen not refreshing the palette after loading a park --- src/title.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/title.c b/src/title.c index 7fb0f32663..ad44ba53ad 100644 --- a/src/title.c +++ b/src/title.c @@ -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;