diff --git a/src/main.c b/src/main.c index 85ff828..6ff3bf7 100644 --- a/src/main.c +++ b/src/main.c @@ -196,13 +196,13 @@ static void handleArguments(int argc, char *argv[]) } } + if (fileExists(getSaveFilePath(SAVE_FILENAME))) + { + loadGame(); + } + if (!testingMission) { - if (fileExists(getSaveFilePath(SAVE_FILENAME))) - { - loadGame(); - } - initTitle(); } }