aboutsummaryrefslogtreecommitdiff
path: root/backends/sdl
diff options
context:
space:
mode:
authorTravis Howell2004-02-08 05:50:57 +0000
committerTravis Howell2004-02-08 05:50:57 +0000
commit30189c2a2033cd0b28ac8583fbca3152c370177d (patch)
treea942fefa7219d009721398a3fa75c72452767f3e /backends/sdl
parent7333ad3d5fe88dcd105bca11548d8e6395353ee3 (diff)
downloadscummvm-rg350-30189c2a2033cd0b28ac8583fbca3152c370177d.tar.gz
scummvm-rg350-30189c2a2033cd0b28ac8583fbca3152c370177d.tar.bz2
scummvm-rg350-30189c2a2033cd0b28ac8583fbca3152c370177d.zip
Valgrind warning fix for Simon engine (From olki)
svn-id: r12772
Diffstat (limited to 'backends/sdl')
-rw-r--r--backends/sdl/sdl-common.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/sdl/sdl-common.cpp b/backends/sdl/sdl-common.cpp
index 353ccd1a60..3ecd5197e8 100644
--- a/backends/sdl/sdl-common.cpp
+++ b/backends/sdl/sdl-common.cpp
@@ -64,6 +64,7 @@ void OSystem_SDL_Common::init_intern(int gfx_mode) {
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");