From feff6fecdffa16a541f9658ad611745188596692 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Tue, 24 Aug 2010 13:41:24 +0000 Subject: KYRA: Cleanup. svn-id: r52340 --- engines/kyra/screen_v2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/kyra/screen_v2.cpp') diff --git a/engines/kyra/screen_v2.cpp b/engines/kyra/screen_v2.cpp index 3907f844cb..216bf07f6f 100644 --- a/engines/kyra/screen_v2.cpp +++ b/engines/kyra/screen_v2.cpp @@ -53,7 +53,7 @@ uint8 *Screen_v2::generateOverlay(const Palette &pal, uint8 *buffer, int opColor int maxIndex = maxColor; if (maxIndex == -1) { - if (_vm->gameFlags().gameID == GI_LOL) { + if (_vm->game() == GI_LOL) { if (_use16ColorMode) maxIndex = 255; else -- cgit v1.2.3