From 480e5c84888c40a54f173c90bc634fa579b83b79 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Wed, 19 May 2010 15:57:58 +0000 Subject: Added a new method to the resource manager, to help determine if we got a SCI1.1 Mac game. Started rewriting the fallback detector so that it doesn't rely on the segment manager to find the internal game ID svn-id: r49102 --- 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 1704336f2d..48b5f095b1 100644 --- a/engines/sci/resource.h +++ b/engines/sci/resource.h @@ -256,6 +256,7 @@ public: int getAudioLanguage() const; bool isVGA() const { return (_viewType == kViewVga) || (_viewType == kViewVga11); } bool isAmiga32color() const { return _viewType == kViewAmiga; } + bool isSci11Mac() const { return _volVersion == kResVersionSci11Mac; } ViewType getViewType() const { return _viewType; } const char *getMapVersionDesc() const { return versionDescription(_mapVersion); } const char *getVolVersionDesc() const { return versionDescription(_volVersion); } -- cgit v1.2.3