[Scummvm-cvs-logs] scummvm master -> ac505b5c7114725e8a45f1cdf0ed0cbf4150d4a9

m-kiewitz m_kiewitz at users.sourceforge.net
Sun Jun 21 01:23:01 CEST 2015


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
ac505b5c71 AGOS: Elvira 2 MUSIC.DRV variant comment added


Commit: ac505b5c7114725e8a45f1cdf0ed0cbf4150d4a9
    https://github.com/scummvm/scummvm/commit/ac505b5c7114725e8a45f1cdf0ed0cbf4150d4a9
Author: Martin Kiewitz (m_kiewitz at users.sourceforge.net)
Date: 2015-06-21T01:22:57+02:00

Commit Message:
AGOS: Elvira 2 MUSIC.DRV variant comment added

Changed paths:
    engines/agos/midi.cpp



diff --git a/engines/agos/midi.cpp b/engines/agos/midi.cpp
index 3091d58..36ba003 100644
--- a/engines/agos/midi.cpp
+++ b/engines/agos/midi.cpp
@@ -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;






More information about the Scummvm-git-logs mailing list