diff --git a/source/core/mainloop.cpp b/source/core/mainloop.cpp index b7ed6f5f6..ccf52b909 100644 --- a/source/core/mainloop.cpp +++ b/source/core/mainloop.cpp @@ -147,9 +147,7 @@ static void GameTicker() C_ClearMessages(); if (BackupSaveGame.IsNotEmpty() && cl_resumesavegame) { -#if 0 DoLoadGame(BackupSaveGame); -#endif } else {