aboutsummaryrefslogtreecommitdiff
path: root/scumm/gfx.cpp
diff options
context:
space:
mode:
authorPaweł Kołodziejski2003-04-18 20:16:32 +0000
committerPaweł Kołodziejski2003-04-18 20:16:32 +0000
commit3efe16ffceda4baca3c737d9530abcc4b980b5b3 (patch)
treeac8a0a9b61b00267f75be66833e83ba35a2b6590 /scumm/gfx.cpp
parent20e22e6f2954dd404a047fba8a51f9a67ee1b706 (diff)
downloadscummvm-rg350-3efe16ffceda4baca3c737d9530abcc4b980b5b3.tar.gz
scummvm-rg350-3efe16ffceda4baca3c737d9530abcc4b980b5b3.tar.bz2
scummvm-rg350-3efe16ffceda4baca3c737d9530abcc4b980b5b3.zip
loom ega: build custom cursor, op_wait() has more then one subopcodes(revert changes), disabled adlib_default
svn-id: r7017
Diffstat (limited to 'scumm/gfx.cpp')
-rw-r--r--scumm/gfx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/gfx.cpp b/scumm/gfx.cpp
index 7496b46690..f8a6aa222b 100644
--- a/scumm/gfx.cpp
+++ b/scumm/gfx.cpp
@@ -3275,7 +3275,7 @@ void Scumm::decompressDefaultCursor(int idx) {
// FIXME: None of the stock cursors are right for Loom. Why is that?
- if (_gameId == GID_LOOM256) {
+ if ((_gameId == GID_LOOM256) || (_gameId == GID_LOOM)) {
int w;
_cursor.width = 8;