Fix MI1 cd music - Thanks khalek.
svn-id: r3891
This commit is contained in:
parent
430a10d24a
commit
760b37f879
1 changed files with 1 additions and 1 deletions
2
sdl.cpp
2
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue