mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 06:08:35 +00:00
CINE: Correct size of arrays for CD version of Future Wars.
This commit is contained in:
parent
8c5e6d2be4
commit
dce5c96cc2
@ -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,
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user