From cc0b30370ed19bdcfc4018f8892476e1f7ed45fc Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Mon, 29 Jun 2009 18:49:17 +0000 Subject: Fix kyra2/kyra3 mouse cursor related regressions, introduced with r41959. svn-id: r41960 --- engines/kyra/screen_lok.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/kyra/screen_lok.h') diff --git a/engines/kyra/screen_lok.h b/engines/kyra/screen_lok.h index f845261f29..4eb22df374 100644 --- a/engines/kyra/screen_lok.h +++ b/engines/kyra/screen_lok.h @@ -91,7 +91,7 @@ private: void convertTo16Colors(uint8 *page, int w, int h, int pitch, int keyColor = -1); void postProcessCursor(uint8 *data, int width, int height, int pitch) { - convertTo16Colors(data, width, height, pitch, 255); + convertTo16Colors(data, width, height, pitch, _cursorColorKey); } void mergeOverlay(int x, int y, int w, int h); -- cgit v1.2.3