From 37d2f102061cbafdde3060bbe1d7165817ffb676 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Thu, 19 Aug 2010 13:52:21 +0000 Subject: SCI: Added checking for the existence of a GM track, to determine if device ID 7 or 12 should be used. Fixes the GM music in the demo of QFG3, which is using an in-between version of SCI1 and SCI1.1 svn-id: r52211 --- engines/sci/resource.h | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/sci/resource.h') diff --git a/engines/sci/resource.h b/engines/sci/resource.h index 48210b835f..62968a231e 100644 --- a/engines/sci/resource.h +++ b/engines/sci/resource.h @@ -315,6 +315,7 @@ public: void setAudioLanguage(int language); int getAudioLanguage() const; + bool isGMTrackIncluded(); bool isVGA() const { return (_viewType == kViewVga) || (_viewType == kViewVga11); } bool isAmiga32color() const { return _viewType == kViewAmiga; } bool isSci11Mac() const { return _volVersion == kResVersionSci11Mac; } -- cgit v1.2.3