[Scummvm-cvs-logs] CVS: scummvm/backends/sdl sdl-common.cpp,1.105,1.106

Travis Howell kirben at users.sourceforge.net
Sat Feb 7 21:55:02 CET 2004


Update of /cvsroot/scummvm/scummvm/backends/sdl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31001/backends/sdl

Modified Files:
	sdl-common.cpp 
Log Message:

Valgrind warning fix for Simon engine (From olki)


Index: sdl-common.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/sdl/sdl-common.cpp,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -d -r1.105 -r1.106
--- sdl-common.cpp	7 Feb 2004 12:30:25 -0000	1.105
+++ sdl-common.cpp	8 Feb 2004 05:50:57 -0000	1.106
@@ -64,6 +64,7 @@
 	int joystick_num = ConfMan.getInt("joystick_num");
 	uint32 sdlFlags = SDL_INIT_VIDEO | SDL_INIT_AUDIO | SDL_INIT_TIMER;
 
+	cksum_valid = false;
 	_mode = gfx_mode;
 	_full_screen = ConfMan.getBool("fullscreen");
 	_adjustAspectRatio = ConfMan.getBool("aspect_ratio");





More information about the Scummvm-git-logs mailing list