mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 00:15:30 +00:00
SKY: Don't loop the floppy intro track.
This isn't relevant at present, so this is "just in case".
This commit is contained in:
parent
f66828a462
commit
9abc601e53
@ -123,7 +123,8 @@ void MusicBase::loadNewMusic() {
|
||||
if (stream) {
|
||||
// not all tracks should loop
|
||||
bool loops = true;
|
||||
if ((section == 1 && song == 1) || (section == 1 && song == 4)
|
||||
if ((section == 0 && song == 1)
|
||||
|| (section == 1 && song == 1) || (section == 1 && song == 4)
|
||||
|| (section == 2 && song == 1) || (section == 2 && song == 4)
|
||||
|| (section == 4 && song == 2) || (section == 4 && song == 3)
|
||||
|| (section == 4 && song == 5) || (section == 4 && song == 6)
|
||||
|
Loading…
x
Reference in New Issue
Block a user