diff options
author | Max Horn | 2004-09-28 23:47:51 +0000 |
---|---|---|
committer | Max Horn | 2004-09-28 23:47:51 +0000 |
commit | ead49832a9d2b544b1e7cb6ea82b757926af9e94 (patch) | |
tree | aa40dab2abf8844556dd958691130e2db3850b7a /scumm | |
parent | bf33a1e10a77bf5dc810b4bf720c8470b3bd6503 (diff) | |
download | scummvm-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.cpp | 3 |
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) { |