[Scummvm-cvs-logs] CVS: scummvm/simon simon.h,1.33,1.34

Travis Howell kirben at users.sourceforge.net
Fri Dec 6 06:41:05 CET 2002


Update of /cvsroot/scummvm/scummvm/simon
In directory sc8-pr-cvs1:/tmp/cvs-serv23343/simon

Modified Files:
	simon.h 
Log Message:

Fix vc++ warning


Index: simon.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.h,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- simon.h	6 Dec 2002 02:14:37 -0000	1.33
+++ simon.h	6 Dec 2002 14:40:40 -0000	1.34
@@ -174,7 +174,7 @@
 	bool _dx_use_3_or_4_for_lock;
 
 	bool _mouse_pos_changed;
-	bool _debugMode;
+	uint16 _debugMode;
 	bool _start_mainscript;
 	bool _continous_mainscript;
 	bool _continous_vgascript;





More information about the Scummvm-git-logs mailing list