aboutsummaryrefslogtreecommitdiff
path: root/gfx.cpp
diff options
context:
space:
mode:
authorJames Brown2002-04-18 15:34:45 +0000
committerJames Brown2002-04-18 15:34:45 +0000
commitdf31144cc7b42bf04127566de1b7127ba0d75c09 (patch)
treec00de719e303d24e3f82b451011f6041c5d70d19 /gfx.cpp
parent636d975ddea10fe7b3c882085792d0a7dc662665 (diff)
downloadscummvm-rg350-df31144cc7b42bf04127566de1b7127ba0d75c09.tar.gz
scummvm-rg350-df31144cc7b42bf04127566de1b7127ba0d75c09.tar.bz2
scummvm-rg350-df31144cc7b42bf04127566de1b7127ba0d75c09.zip
Move putClass forceclip into costume renderer. Fixes Loom bugs.
svn-id: r3996
Diffstat (limited to 'gfx.cpp')
-rw-r--r--gfx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gfx.cpp b/gfx.cpp
index 2ff1afda30..7e6d8d28be 100644
--- a/gfx.cpp
+++ b/gfx.cpp
@@ -2232,7 +2232,7 @@ void Scumm::setCursorHotspot2(int x, int y)
byte Scumm::isMaskActiveAt(int l, int t, int r, int b, byte *mem)
{
int w, h, i;
-
+
l >>= 3;
if (l < 0)
l = 0;