diff --git a/src/game/shell.c b/src/game/shell.c index 37a56ea3f..75bb4d993 100644 --- a/src/game/shell.c +++ b/src/game/shell.c @@ -123,13 +123,13 @@ void Shell_Init(const char *gameflow_path) Music_Init(); Input_Init(); FMV_Init(); - Option_Init(); if (!GameFlow_LoadFromFile(gameflow_path)) { Shell_ExitSystem("MAIN: unable to load script file"); return; } + Option_Init(); Savegame_InitCurrentInfo(); Savegame_ScanSavedGames(); Settings_Read();