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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user