From 935eaa175bb6df628f0118e70a59b895f65e92a1 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Wed, 19 Oct 2011 23:44:34 +0300 Subject: SCI: Move the palette merging checking code inside the GfxPalette class --- engines/sci/resource.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sci/resource.h') diff --git a/engines/sci/resource.h b/engines/sci/resource.h index f450f1b397..47602de017 100644 --- a/engines/sci/resource.h +++ b/engines/sci/resource.h @@ -354,7 +354,7 @@ public: // Detects, if standard font of current game includes extended characters (>0x80) bool detectFontExtended(); // Detects, if SCI1.1 game uses palette merging - bool detectForPaletteMergingForSci11(); + bool detectPaletteMergingSci11(); // Detects, if SCI0EARLY game also has SCI0EARLY sound resources bool detectEarlySound(); -- cgit v1.2.3