aboutsummaryrefslogtreecommitdiff
path: root/scumm/object.cpp
diff options
context:
space:
mode:
authorMax Horn2002-12-25 12:41:41 +0000
committerMax Horn2002-12-25 12:41:41 +0000
commitaa2a85de9938cbe56c076f9f56c2b2005263a51a (patch)
tree15d646550f6cfd99f20241c03d26c25008014b93 /scumm/object.cpp
parent9e0e918397a6772ae6ab5e9220a797750657973e (diff)
downloadscummvm-rg350-aa2a85de9938cbe56c076f9f56c2b2005263a51a.tar.gz
scummvm-rg350-aa2a85de9938cbe56c076f9f56c2b2005263a51a.tar.bz2
scummvm-rg350-aa2a85de9938cbe56c076f9f56c2b2005263a51a.zip
fixed bomp cursor in CMI partially - still seeing flickering/tearing/artifacts, though
svn-id: r6124
Diffstat (limited to 'scumm/object.cpp')
-rw-r--r--scumm/object.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/object.cpp b/scumm/object.cpp
index 83105b88e7..a8396bf8ae 100644
--- a/scumm/object.cpp
+++ b/scumm/object.cpp
@@ -1181,7 +1181,7 @@ void Scumm::setCursorImg(uint img, uint room, uint imgindex)
// TODO - distinguish between SMAP and BOMP here?
// HACK - adjust dataptr here until bomp code gets adjusted for V8
- bomp = dataptr + 2;
+ bomp = dataptr;
} else {
dataptr = findResource(IMxx_tags[imgindex], foir.obim);
if (dataptr == NULL)