diff --git a/source/exhumed/src/exhumed.cpp b/source/exhumed/src/exhumed.cpp index 33b9d1f92..7136ee06f 100644 --- a/source/exhumed/src/exhumed.cpp +++ b/source/exhumed/src/exhumed.cpp @@ -2085,9 +2085,9 @@ int app_main(int argc, char const* const* argv) goto STARTGAME1; } // no forcelevel specified... - if (!bPlayback) + if (bPlayback) { - goto MENU; + goto STARTGAME1; } MENU: SavePosition = -1;