aboutsummaryrefslogtreecommitdiff
path: root/scumm/vars.cpp
diff options
context:
space:
mode:
authorMax Horn2003-01-01 21:37:27 +0000
committerMax Horn2003-01-01 21:37:27 +0000
commit7fa5fe38a7cb008fbcd3ff14d3f1ea4ce2f3d87e (patch)
tree0aeafeea3ca92d5ecff1d507105f8bfdc3cab43b /scumm/vars.cpp
parentd59dc6cf173c56e6f35806ac4768ffa6c874b9a4 (diff)
downloadscummvm-rg350-7fa5fe38a7cb008fbcd3ff14d3f1ea4ce2f3d87e.tar.gz
scummvm-rg350-7fa5fe38a7cb008fbcd3ff14d3f1ea4ce2f3d87e.tar.bz2
scummvm-rg350-7fa5fe38a7cb008fbcd3ff14d3f1ea4ce2f3d87e.zip
fixed VAR_TALKSTOP_KEY
svn-id: r6319
Diffstat (limited to 'scumm/vars.cpp')
-rw-r--r--scumm/vars.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/vars.cpp b/scumm/vars.cpp
index 81edc79d57..8eb861dd48 100644
--- a/scumm/vars.cpp
+++ b/scumm/vars.cpp
@@ -163,7 +163,7 @@ void Scumm_v7::setupScummVars()
VAR_RESTART_KEY = 63; // ???
VAR_PAUSE_KEY = 64;
VAR_SAVELOADDIALOG_KEY = 65; // ???
- VAR_TALKSTOP_KEY = 66; // ???
+ VAR_TALKSTOP_KEY = 68;
VAR_TIMER_NEXT = 97;
VAR_TMR_1 = 98;