[Scummvm-cvs-logs] CVS: scummvm/scumm vars.cpp,1.30,1.31

Max Horn fingolfin at users.sourceforge.net
Wed Jan 1 13:54:02 CET 2003


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv23847

Modified Files:
	vars.cpp 
Log Message:
oops... wrong fix in the wrong spot

Index: vars.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/vars.cpp,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- vars.cpp	1 Jan 2003 21:37:27 -0000	1.30
+++ vars.cpp	1 Jan 2003 21:51:12 -0000	1.31
@@ -163,7 +163,7 @@
 	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 @@
 
 	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





More information about the Scummvm-git-logs mailing list