aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/resource_he.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/scumm/he/resource_he.cpp')
-rw-r--r--engines/scumm/he/resource_he.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/scumm/he/resource_he.cpp b/engines/scumm/he/resource_he.cpp
index d20a03f255..3e67eb2e8f 100644
--- a/engines/scumm/he/resource_he.cpp
+++ b/engines/scumm/he/resource_he.cpp
@@ -33,7 +33,7 @@
#include "scumm/he/sound_he.h"
#include "sound/wave.h"
-#include "graphics/paletteman.h"
+#include "graphics/cursorman.h"
#include "common/stream.h"
#include "common/system.h"
@@ -112,7 +112,7 @@ void ResExtractor::setCursor(int id) {
}
if (cc->palette)
- PaletteMan.replaceCursorPalette(cc->palette, 0, cc->palSize);
+ CursorMan.replaceCursorPalette(cc->palette, 0, cc->palSize);
_vm->setCursorHotspot(cc->hotspot_x, cc->hotspot_y);
_vm->setCursorFromBuffer(cc->bitmap, cc->w, cc->h, cc->w);