From 760b37f87929aef1af194e82b647c3b4c7731b40 Mon Sep 17 00:00:00 2001 From: James Brown Date: Sun, 7 Apr 2002 12:28:00 +0000 Subject: [PATCH] Fix MI1 cd music - Thanks khalek. svn-id: r3891 --- sdl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdl.cpp b/sdl.cpp index a173544e803..a2096f739d3 100644 --- a/sdl.cpp +++ b/sdl.cpp @@ -681,7 +681,7 @@ void cd_play(Scumm *s, int track, int num_loops, int start_frame, int end_frame) scumm->_vars[14] = 0; - if (!start_frame && !end_frame) + if (!num_loops && !start_frame) return; #ifdef COMPRESSED_SOUND_FILE