aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorGregory Montoir2005-05-09 18:34:55 +0000
committerGregory Montoir2005-05-09 18:34:55 +0000
commit302fdd3eee3f350721854c9d8234c83f97cddade (patch)
treeb3e16ffd9eee5c74b298d419067a24b0daa55a80 /scumm
parentc0ec310a43ba2e321c2e267485bc9a78077bc4a4 (diff)
downloadscummvm-rg350-302fdd3eee3f350721854c9d8234c83f97cddade.tar.gz
scummvm-rg350-302fdd3eee3f350721854c9d8234c83f97cddade.tar.bz2
scummvm-rg350-302fdd3eee3f350721854c9d8234c83f97cddade.zip
oops
svn-id: r18009
Diffstat (limited to 'scumm')
-rw-r--r--scumm/sprite_he.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/sprite_he.cpp b/scumm/sprite_he.cpp
index 0d3c1b7074..9f3dc35998 100644
--- a/scumm/sprite_he.cpp
+++ b/scumm/sprite_he.cpp
@@ -1137,7 +1137,7 @@ void ScummEngine_v90he::spritesMarkDirty(bool checkZOrder) {
} else if (lp > 79) {
lp = 79;
}
- int rp = spi->bbox.right + 7 / 8;
+ int rp = (spi->bbox.right + 7) / 8;
if (rp < 0) {
rp = 0;
} else {