aboutsummaryrefslogtreecommitdiff
path: root/scumm/cursor.cpp
diff options
context:
space:
mode:
authorTravis Howell2004-09-21 01:00:30 +0000
committerTravis Howell2004-09-21 01:00:30 +0000
commit2c0f36cddcd6bcafaa4a6ae6044d197359c8ceb1 (patch)
tree38ff39d7ac545faaf02f91784c86cca037b1f2a4 /scumm/cursor.cpp
parentc63169d3f3ce10978cde806b64488ea9762df3cb (diff)
downloadscummvm-rg350-2c0f36cddcd6bcafaa4a6ae6044d197359c8ceb1.tar.gz
scummvm-rg350-2c0f36cddcd6bcafaa4a6ae6044d197359c8ceb1.tar.bz2
scummvm-rg350-2c0f36cddcd6bcafaa4a6ae6044d197359c8ceb1.zip
Should be HE60/70.
svn-id: r15211
Diffstat (limited to 'scumm/cursor.cpp')
-rw-r--r--scumm/cursor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/cursor.cpp b/scumm/cursor.cpp
index 1600b1a7c4..d3074094ec 100644
--- a/scumm/cursor.cpp
+++ b/scumm/cursor.cpp
@@ -147,7 +147,7 @@ void ScummEngine::setCursorFromBuffer(byte *ptr, int width, int height, int pitc
updateCursor();
}
-void ScummEngine_v7he::setCursorFromImg(uint img, uint room, uint imgindex) {
+void ScummEngine_v70he::setCursorFromImg(uint img, uint room, uint imgindex) {
_win32ResExtractor->setCursor(img);
}