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/agi/graphics.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'engines/agi') diff --git a/engines/agi/graphics.cpp b/engines/agi/graphics.cpp index be2ddeebab..9ca53b3a74 100644 --- a/engines/agi/graphics.cpp +++ b/engines/agi/graphics.cpp @@ -25,7 +25,6 @@ #include "common/stdafx.h" #include "graphics/cursorman.h" -#include "graphics/paletteman.h" #include "agi/agi.h" #include "agi/graphics.h" @@ -441,7 +440,7 @@ int GfxMgr::initVideo() { 255, 255, 255, 0 }; - PaletteMan.replaceCursorPalette(cursorPalette, 0, 3); + CursorMan.replaceCursorPalette(cursorPalette, 0, 3); CursorMan.replaceCursor(mouseCursor, 16, 16, 1, 1); return errOK; -- cgit v1.2.3