aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);
}