1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-17 03:53:07 +01:00

Fix #6069: Title screen is black when there are no title sequences

No palette was loaded, so load it in game_init_all.
This commit is contained in:
Ted John
2017-07-29 15:54:38 +01:00
parent 06d1f49d61
commit e839a46c67

View File

@@ -1494,6 +1494,7 @@ void game_init_all(sint32 mapSize)
window_staff_list_init_vars();
scenery_set_default_placement_configuration();
window_tile_inspector_clear_clipboard();
load_palette();
}
GAME_COMMAND_POINTER* new_game_command_table[GAME_COMMAND_COUNT] = {