From dce5c96cc22ab406e371d7313a26d6d77e25187f Mon Sep 17 00:00:00 2001 From: Kirben Date: Sun, 13 Sep 2015 19:51:39 +1000 Subject: CINE: Correct size of arrays for CD version of Future Wars. --- engines/cine/sound.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/cine/sound.cpp') 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, }; -- cgit v1.2.3