diff options
| author | Max Horn | 2003-01-01 21:51:12 +0000 |
|---|---|---|
| committer | Max Horn | 2003-01-01 21:51:12 +0000 |
| commit | 50b3e798b6b9138e6bcde1fe8ea305ab66107c3d (patch) | |
| tree | ea3946e5fcde97964d4f8180c4f433184d3b1d95 /scumm | |
| parent | 7fa5fe38a7cb008fbcd3ff14d3f1ea4ce2f3d87e (diff) | |
| download | scummvm-rg350-50b3e798b6b9138e6bcde1fe8ea305ab66107c3d.tar.gz scummvm-rg350-50b3e798b6b9138e6bcde1fe8ea305ab66107c3d.tar.bz2 scummvm-rg350-50b3e798b6b9138e6bcde1fe8ea305ab66107c3d.zip | |
oops... wrong fix in the wrong spot
svn-id: r6320
Diffstat (limited to 'scumm')
| -rw-r--r-- | scumm/vars.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scumm/vars.cpp b/scumm/vars.cpp index 8eb861dd48..b707f9ecaa 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 = 68; + VAR_TALKSTOP_KEY = 66; VAR_TIMER_NEXT = 97; VAR_TMR_1 = 98; @@ -256,6 +256,7 @@ void Scumm_v8::setupScummVars() VAR_PAUSE_KEY = 64; VAR_SAVELOADDIALOG_KEY = 65; + VAR_TALKSTOP_KEY = 67; // FIXME - HACK: no clue where these really are located, but we need to put them |
