aboutsummaryrefslogtreecommitdiff
path: root/scumm/vars.cpp
diff options
context:
space:
mode:
authorMax Horn2003-08-05 12:23:26 +0000
committerMax Horn2003-08-05 12:23:26 +0000
commitc120fecf0405ca01290a334cc7454fee6c639381 (patch)
tree7203a71eff0b89b491309ca2d18a28c5e7f68438 /scumm/vars.cpp
parent4c4aa4e95744ad90f47874d03b090bbb6cda78c8 (diff)
downloadscummvm-rg350-c120fecf0405ca01290a334cc7454fee6c639381.tar.gz
scummvm-rg350-c120fecf0405ca01290a334cc7454fee6c639381.tar.bz2
scummvm-rg350-c120fecf0405ca01290a334cc7454fee6c639381.zip
fixed VAR_TALKSTOP_KEY for V7 games (descumm6.cpp had it right all the time :-)
svn-id: r9486
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 59c5381dbf..41280447be 100644
--- a/scumm/vars.cpp
+++ b/scumm/vars.cpp
@@ -204,7 +204,7 @@ void Scumm_v7::setupScummVars() {
VAR_RESTART_KEY = 63; // ???
VAR_PAUSE_KEY = 64;
VAR_SAVELOADDIALOG_KEY = 65; // ???
- VAR_TALKSTOP_KEY = 66;
+ VAR_TALKSTOP_KEY = 67;
VAR_KEYPRESS = 118;
VAR_TIMER_NEXT = 97;