aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorMax Horn2004-09-28 23:47:51 +0000
committerMax Horn2004-09-28 23:47:51 +0000
commitead49832a9d2b544b1e7cb6ea82b757926af9e94 (patch)
treeaa40dab2abf8844556dd958691130e2db3850b7a /scumm
parentbf33a1e10a77bf5dc810b4bf720c8470b3bd6503 (diff)
downloadscummvm-rg350-ead49832a9d2b544b1e7cb6ea82b757926af9e94.tar.gz
scummvm-rg350-ead49832a9d2b544b1e7cb6ea82b757926af9e94.tar.bz2
scummvm-rg350-ead49832a9d2b544b1e7cb6ea82b757926af9e94.zip
Argh, didn't mean to commit this
svn-id: r15339
Diffstat (limited to 'scumm')
-rw-r--r--scumm/cursor.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/scumm/cursor.cpp b/scumm/cursor.cpp
index f45d9ee3f9..d3074094ec 100644
--- a/scumm/cursor.cpp
+++ b/scumm/cursor.cpp
@@ -111,8 +111,7 @@ void ScummEngine_v6::setCursorTransparency(int a) {
void ScummEngine::updateCursor() {
_system->setMouseCursor(_grabbedCursor, _cursor.width, _cursor.height,
- _cursor.hotspotX, _cursor.hotspotY, 255,
- (_heversion == 70 ? 2 : 1));
+ _cursor.hotspotX, _cursor.hotspotY);
}
void ScummEngine_v6::grabCursor(int x, int y, int w, int h) {