Skip to content

Commit

Permalink
SKY: Map the floppy intro track.
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzie committed Nov 22, 2011
1 parent 9abc601 commit 0599145
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions engines/sky/music/musicbase.cpp
Expand Up @@ -117,6 +117,10 @@ void MusicBase::loadNewMusic() {
} else if (section == 5 && song == 6) {
section = 4;
song = 4;
} else if (section == 0 && song == 1) {
// floppy intro
section = 5;
song = 3;
}
Common::String trackName = Common::String::format("music_%d%02d", section, song);
Audio::SeekableAudioStream *stream = Audio::SeekableAudioStream::openStreamFile(trackName);
Expand Down

0 comments on commit 0599145

Please sign in to comment.