aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorTravis Howell2003-10-13 11:28:56 +0000
committerTravis Howell2003-10-13 11:28:56 +0000
commitb8aaf9549ff5c47611613ad4cd05d63645b39d42 (patch)
treeaa001f3d0863304daa2b87defb86a4cb13bb95f3 /scumm
parentc2907a9b20e2a6c226e0c589a103b341867fdd69 (diff)
downloadscummvm-rg350-b8aaf9549ff5c47611613ad4cd05d63645b39d42.tar.gz
scummvm-rg350-b8aaf9549ff5c47611613ad4cd05d63645b39d42.tar.bz2
scummvm-rg350-b8aaf9549ff5c47611613ad4cd05d63645b39d42.zip
samdemo doesn't set VAR_SAVELOADDIALOG_KEY
svn-id: r10774
Diffstat (limited to 'scumm')
-rw-r--r--scumm/scummvm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/scummvm.cpp b/scumm/scummvm.cpp
index 1e72191943..a15edbee18 100644
--- a/scumm/scummvm.cpp
+++ b/scumm/scummvm.cpp
@@ -1758,7 +1758,7 @@ void ScummEngine::processKbd() {
if (_version <= 2)
saveloadkey = 5; // F5
- else if ((_version <= 3) || (_gameId == GID_CMI)) /* FIXME: Support ingame screen ? */
+ else if ((_version <= 3) || (_gameId == GID_SAMNMAX) || (_gameId == GID_CMI))
saveloadkey = 319; // F5
else
saveloadkey = VAR(VAR_SAVELOADDIALOG_KEY);