[Scummvm-cvs-logs] CVS: scummvm init.cpp,1.5,1.6

Lionel Ulmer bbrox at users.sourceforge.net
Sat Mar 30 13:25:05 CET 2002


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

Modified Files:
	init.cpp 
Log Message:
Another small init fix thanks to Valgrind (using Sam n Max this time).


Index: init.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/init.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** init.cpp	30 Mar 2002 20:12:20 -0000	1.5
--- init.cpp	30 Mar 2002 21:24:15 -0000	1.6
***************
*** 150,152 ****
--- 150,155 ----
  		_completeScreenRedraw = false; /* Maybe it should be true to force a full redraw on start ? */
  		_expire_counter = 0; /* Start expired (0xFF) or not ? */
+ 		_leftBtnPressed = 0;
+ 		_rightBtnPressed = 0;
+ 		_lastKeyHit = 0;
  }





More information about the Scummvm-git-logs mailing list