aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/sci/sci.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sci/sci.cpp b/engines/sci/sci.cpp
index e65fe9ff33..57f9b41140 100644
--- a/engines/sci/sci.cpp
+++ b/engines/sci/sci.cpp
@@ -343,6 +343,7 @@ void SciEngine::patchGameSaveRestore(SegManager *segMan) {
switch (_gameId) {
case GID_MOTHERGOOSE256: // mother goose saves/restores directly and has no save/restore dialogs
+ case GID_JONES: // gets confused, when we patch us in, although the game isn't able to save/restore o_O
return;
default:
break;