Fixed a missmatch in the scummvars in V7. Now V7 games are pausable

svn-id: r3808
This commit is contained in:
Vincent Hamm 2002-03-24 00:48:14 +00:00
parent 2a97cf0dde
commit bd7cbecbac

View file

@ -149,8 +149,8 @@ void Scumm::setupScummVarsNew() {
VAR_UNK_SCRIPT = 60;
VAR_UNK_SCRIPT_2 = 61;
VAR_PAUSE_KEY = 63;
VAR_RESTART_KEY = 64; /* ?? */
VAR_PAUSE_KEY = 64;
VAR_RESTART_KEY = 63; /* ?? */
VAR_TALKSTOP_KEY = 66; /* ?? */
VAR_SAVELOADDIALOG_KEY = 65; /* ?? */
VAR_CUTSCENEEXIT_KEY = 62;