aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/sound.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cine/sound.cpp')
-rw-r--r--engines/cine/sound.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/cine/sound.cpp b/engines/cine/sound.cpp
index 18aff7e71a..7cab067371 100644
--- a/engines/cine/sound.cpp
+++ b/engines/cine/sound.cpp
@@ -946,7 +946,7 @@ PCSound::~PCSound() {
delete _soundDriver;
}
-static const char *const musicFileNames[12] = {
+static const char *const musicFileNames[11] = {
"DUGGER.DAT",
"SUITE21.DAT",
"FWARS.DAT",
@@ -960,7 +960,7 @@ static const char *const musicFileNames[12] = {
"TELESONG.DAT",
};
-static uint8 musicCDTracks[12] = {
+static uint8 musicCDTracks[11] = {
20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 22,
};