aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/resource_he.cpp
diff options
context:
space:
mode:
authorMatthew Hoops2012-05-14 00:59:50 -0400
committerMatthew Hoops2012-05-14 09:56:56 -0400
commitb253a05454cd4088a70ac1a90589ebf5db85ed5a (patch)
treeebf119cbc9dbe9c435967886f1885756ceabc31d /engines/scumm/he/resource_he.cpp
parentd789df894552bf73709628f09a0282b462df797e (diff)
downloadscummvm-rg350-b253a05454cd4088a70ac1a90589ebf5db85ed5a.tar.gz
scummvm-rg350-b253a05454cd4088a70ac1a90589ebf5db85ed5a.tar.bz2
scummvm-rg350-b253a05454cd4088a70ac1a90589ebf5db85ed5a.zip
GRAPHICS: Hide the WinCursor implementation
Diffstat (limited to 'engines/scumm/he/resource_he.cpp')
-rw-r--r--engines/scumm/he/resource_he.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/he/resource_he.cpp b/engines/scumm/he/resource_he.cpp
index 42748d08ed..ce4b2239d2 100644
--- a/engines/scumm/he/resource_he.cpp
+++ b/engines/scumm/he/resource_he.cpp
@@ -129,7 +129,7 @@ bool Win32ResExtractor::extractResource(int id, CachedCursor *cc) {
if (!group)
return false;
- Graphics::WinCursor *cursor = group->cursors[0].cursor;
+ Graphics::Cursor *cursor = group->cursors[0].cursor;
cc->bitmap = new byte[cursor->getWidth() * cursor->getHeight()];
cc->width = cursor->getWidth();