[Scummvm-cvs-logs] CVS: scummvm/sword2/driver driver96.h,1.68,1.69

Torbj?rn Andersson eriktorbjorn at users.sourceforge.net
Sun Jan 4 07:08:15 CET 2004


Update of /cvsroot/scummvm/scummvm/sword2/driver
In directory sc8-pr-cvs1:/tmp/cvs-serv16332/driver

Modified Files:
	driver96.h 
Log Message:
Some cleanup and Valgrind warning fixes.


Index: driver96.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/driver/driver96.h,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -d -r1.68 -r1.69
--- driver96.h	3 Jan 2004 11:24:39 -0000	1.68
+++ driver96.h	4 Jan 2004 15:05:54 -0000	1.69
@@ -265,7 +265,7 @@
 
 	Input(Sword2Engine *vm) :
 		_vm(vm), _mouseBacklog(0), _mouseLogPos(0), _keyBacklog(0),
-		_keyLogPos(0) {};
+		_keyLogPos(0), _mouseX(0), _mouseY(0) {};
 
 	void parseEvents(void);
 





More information about the Scummvm-git-logs mailing list