From dad1586dafd07d290ec9036049273d702ea0d288 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 23 Jul 2003 09:41:21 +0000 Subject: reset some CD related vars when AudioCD is opened svn-id: r9144 --- backends/sdl/sdl-common.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'backends/sdl') diff --git a/backends/sdl/sdl-common.cpp b/backends/sdl/sdl-common.cpp index f39525893c..84d80f3ca8 100644 --- a/backends/sdl/sdl-common.cpp +++ b/backends/sdl/sdl-common.cpp @@ -915,6 +915,10 @@ uint32 OSystem_SDL_Common::property(int param, Property *value) { /* Did if open? Check if _cdrom is NULL */ if (!_cdrom) { warning("Couldn't open drive: %s\n", SDL_GetError()); + } else { + cd_num_loops = 0; + cd_stop_time = 0; + cd_end_time = 0; } } break; @@ -1098,7 +1102,7 @@ void OSystem_SDL_Common::play_cdrom(int track, int num_loops, int start_frame, i return; if (duration > 0) - duration +=5; + duration += 5; cd_track = track; cd_num_loops = num_loops; -- cgit v1.2.3