aboutsummaryrefslogtreecommitdiff
path: root/backends/sdl
diff options
context:
space:
mode:
authorTravis Howell2003-07-23 05:17:21 +0000
committerTravis Howell2003-07-23 05:17:21 +0000
commit13dae9b394dd9d7c8046b0771c6800d74b6f6ab9 (patch)
treedaccd6e49afb54aa64f9ba9481b18965cb3eeb4b /backends/sdl
parent88cf307273579ea0448844b7f79560a85f3b2db6 (diff)
downloadscummvm-rg350-13dae9b394dd9d7c8046b0771c6800d74b6f6ab9.tar.gz
scummvm-rg350-13dae9b394dd9d7c8046b0771c6800d74b6f6ab9.tar.bz2
scummvm-rg350-13dae9b394dd9d7c8046b0771c6800d74b6f6ab9.zip
fm towns cd audio fix from Hibernatus
svn-id: r9141
Diffstat (limited to 'backends/sdl')
-rw-r--r--backends/sdl/sdl-common.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/backends/sdl/sdl-common.cpp b/backends/sdl/sdl-common.cpp
index f39525893c..3d9d6c794e 100644
--- a/backends/sdl/sdl-common.cpp
+++ b/backends/sdl/sdl-common.cpp
@@ -106,6 +106,10 @@ OSystem_SDL_Common::OSystem_SDL_Common()
// reset mouse state
memset(&km, 0, sizeof(km));
+ cd_end_time = 0;
+ cd_num_loops = 0;
+ cd_duration = 0;
+ cd_stop_time = 0;
}
OSystem_SDL_Common::~OSystem_SDL_Common() {