diff options
| author | Max Horn | 2003-08-24 17:38:20 +0000 |
|---|---|---|
| committer | Max Horn | 2003-08-24 17:38:20 +0000 |
| commit | fcf04ecbfd8731756185ec1070ced2704d64fb5c (patch) | |
| tree | df3fa271b3e8fbc2c4763cf2b147604e4b97b77d | |
| parent | 09368e09f2b1614b70ef28205933bc0e7f8da633 (diff) | |
| download | scummvm-rg350-fcf04ecbfd8731756185ec1070ced2704d64fb5c.tar.gz scummvm-rg350-fcf04ecbfd8731756185ec1070ced2704d64fb5c.tar.bz2 scummvm-rg350-fcf04ecbfd8731756185ec1070ced2704d64fb5c.zip | |
commented my hack
svn-id: r9851
| -rw-r--r-- | scumm/gfx.cpp | 1 |
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); } |
