CINE: Correct size of arrays for CD version of Future Wars.

This commit is contained in:
Kirben 2015-09-13 19:51:39 +10:00
parent 8c5e6d2be4
commit dce5c96cc2

View File

@ -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,
};