diff --git a/src/clparse.cpp b/src/clparse.cpp index bd895b56dbe..8e223b6bd99 100644 --- a/src/clparse.cpp +++ b/src/clparse.cpp @@ -739,6 +739,7 @@ bool ParseCommandLine(int argc, const char * const *argv) case CLI_CRASH: CauseCrash = true; NetPlay.bComms = false; + SPinit(LEVEL_TYPE::CAMPAIGN); sstrcpy(aLevelName, "CAM_3A"); SetGameMode(GS_NORMAL); break; diff --git a/src/display3d.cpp b/src/display3d.cpp index 9ac5a28f749..e83b48a6f06 100644 --- a/src/display3d.cpp +++ b/src/display3d.cpp @@ -1175,7 +1175,7 @@ void draw3DScene() # pragma GCC diagnostic pop #endif } - exit(-1); // will never reach this, but just in case... + exit(-1); // should never reach this, but just in case... } //visualize radius if needed if (bRangeDisplay)