[Scummvm-cvs-logs] CVS: scummvm vars.cpp,1.1,1.2

Vincent Hamm yazoo at users.sourceforge.net
Wed Mar 6 02:05:02 CET 2002


Update of /cvsroot/scummvm/scummvm
In directory usw-pr-cvs1:/tmp/cvs-serv4487

Modified Files:
	vars.cpp 
Log Message:
Fixed a few V7 scummVars

Index: vars.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/vars.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** vars.cpp	23 Feb 2002 23:23:28 -0000	1.1
--- vars.cpp	6 Mar 2002 10:04:28 -0000	1.2
***************
*** 129,135 ****
  	VAR_PAUSE_KEY = 63;
  	VAR_RESTART_KEY = 64; /* ?? */
! 	VAR_TALKSTOP_KEY = 65; /* ?? */
! 	VAR_SAVELOADDIALOG_KEY = 66; /* ?? */
! 	VAR_CUTSCENEEXIT_KEY = 24;
  
  	VAR_TIMER_NEXT = 97;
--- 129,135 ----
  	VAR_PAUSE_KEY = 63;
  	VAR_RESTART_KEY = 64; /* ?? */
! 	VAR_TALKSTOP_KEY = 66; /* ?? */
! 	VAR_SAVELOADDIALOG_KEY = 65; /* ?? */
! 	VAR_CUTSCENEEXIT_KEY = 62;
  
  	VAR_TIMER_NEXT = 97;
***************
*** 169,171 ****
  
  	VAR_STRING2DRAW = 130;
! }
\ No newline at end of file
--- 169,171 ----
  
  	VAR_STRING2DRAW = 130;
! }





More information about the Scummvm-git-logs mailing list