diff options
-rw-r--r-- | engines/sci/sci.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/sci/sci.cpp b/engines/sci/sci.cpp index 03d065258d..1f53d5ec18 100644 --- a/engines/sci/sci.cpp +++ b/engines/sci/sci.cpp @@ -275,7 +275,6 @@ Common::Error SciEngine::run() { } // Check whether loading a savestate was requested - // Check whether loading a savestate was requested int directSaveSlotLoading = ConfMan.getInt("save_slot"); if (directSaveSlotLoading >= 0) { // call GameObject::play (like normally) |