[Scummvm-cvs-logs] CVS: scummvm/scumm vars.cpp,1.58,1.59

Max Horn fingolfin at users.sourceforge.net
Tue Aug 5 05:24:04 CEST 2003


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

Modified Files:
	vars.cpp 
Log Message:
fixed VAR_TALKSTOP_KEY for V7 games (descumm6.cpp had it right all the time :-)

Index: vars.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/vars.cpp,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- vars.cpp	14 Jun 2003 12:23:30 -0000	1.58
+++ vars.cpp	5 Aug 2003 12:23:26 -0000	1.59
@@ -204,7 +204,7 @@
 	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;





More information about the Scummvm-git-logs mailing list