aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2003-08-24 17:38:20 +0000
committerMax Horn2003-08-24 17:38:20 +0000
commitfcf04ecbfd8731756185ec1070ced2704d64fb5c (patch)
treedf3fa271b3e8fbc2c4763cf2b147604e4b97b77d
parent09368e09f2b1614b70ef28205933bc0e7f8da633 (diff)
downloadscummvm-rg350-fcf04ecbfd8731756185ec1070ced2704d64fb5c.tar.gz
scummvm-rg350-fcf04ecbfd8731756185ec1070ced2704d64fb5c.tar.bz2
scummvm-rg350-fcf04ecbfd8731756185ec1070ced2704d64fb5c.zip
commented my hack
svn-id: r9851
-rw-r--r--scumm/gfx.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/gfx.cpp b/scumm/gfx.cpp
index fdb87f077e..c62b9ac742 100644
--- a/scumm/gfx.cpp
+++ b/scumm/gfx.cpp
@@ -3377,6 +3377,7 @@ void Scumm::updatePalette() {
void Scumm::setupCursor() {
_cursor.animate = 1;
if (_gameId == GID_TENTACLE) {
+ // HACK: For DOTT we manually set the default cursor. See also bug #786994
setCursorImg(697, 60, 1);
makeCursorColorTransparent(1);
}