From d95b5331fb266de492c45d348ccb8313ca7824aa Mon Sep 17 00:00:00 2001 From: md5 Date: Fri, 4 Mar 2011 21:56:14 +0200 Subject: SCI: Some palette related changes - Moved palette color count inside the GfxPalette class - Enabled all of the kPalette subops for 16 color SCI1 games, apart from the ones for intensity palette animation, and palette resource loading - Removed isVGA() and isAmiga32color() methods from the resource manager - they ended up in having inconsistent code --- engines/sci/resource.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'engines/sci/resource.h') diff --git a/engines/sci/resource.h b/engines/sci/resource.h index 76b5a421ee..e941f666d9 100644 --- a/engines/sci/resource.h +++ b/engines/sci/resource.h @@ -331,8 +331,6 @@ public: int getAudioLanguage() const; void changeAudioDirectory(Common::String path); bool isGMTrackIncluded(); - 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); } -- cgit v1.2.3