mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 05:38:56 +00:00
AGOS: Elvira 2 MUSIC.DRV variant comment added
This commit is contained in:
parent
69436f6c41
commit
ac505b5c71
@ -90,6 +90,8 @@ int MidiPlayer::open(int gameType, bool isDemo) {
|
||||
break;
|
||||
case GType_ELVIRA2:
|
||||
case GType_WW:
|
||||
// Attention: Elvira 2 shipped with INSTR.DAT and MUSIC.DRV
|
||||
// MUSIC.DRV is the correct one. INSTR.DAT seems to be a left-over
|
||||
_accolade_mode = true;
|
||||
accolade_useMusicDrvFile = true;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user