From 3bc06610659079e9320e4a0835af103a2fab11a5 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Mon, 12 Feb 2007 00:04:56 +0000 Subject: Merged the "palette manager" into the cursor manager. It was only used to manage *cursor* palettes, so the name was misleading. svn-id: r25500 --- engines/cine/gfx.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'engines/cine/gfx.cpp') diff --git a/engines/cine/gfx.cpp b/engines/cine/gfx.cpp index 46a7eb26d0..b5cdecd7de 100644 --- a/engines/cine/gfx.cpp +++ b/engines/cine/gfx.cpp @@ -28,7 +28,6 @@ #include "common/system.h" #include "graphics/cursorman.h" -#include "graphics/paletteman.h" namespace Cine { @@ -125,7 +124,7 @@ void setMouseCursor(int cursor) { ++src; } CursorMan.replaceCursor(mouseCursor, 16, 16, mc->hotspotX, mc->hotspotY); - PaletteMan.replaceCursorPalette(cursorPalette, 0, 2); + CursorMan.replaceCursorPalette(cursorPalette, 0, 2); currentMouseCursor = cursor; } } -- cgit v1.2.3