From 13dae9b394dd9d7c8046b0771c6800d74b6f6ab9 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Wed, 23 Jul 2003 05:17:21 +0000 Subject: fm towns cd audio fix from Hibernatus svn-id: r9141 --- backends/sdl/sdl-common.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'backends/sdl') 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() { -- cgit v1.2.3