aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm/akos.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm/akos.cpp b/scumm/akos.cpp
index 1d94871cc9..0b879752ef 100644
--- a/scumm/akos.cpp
+++ b/scumm/akos.cpp
@@ -1025,8 +1025,8 @@ byte AkosRenderer::codec16(int xmoveCur, int ymoveCur) {
if (_draw_top > clip.top)
_draw_top = clip.top;
- if (_draw_bottom < clip.bottom - 1)
- _draw_bottom = clip.bottom - 1;
+ if (_draw_bottom < clip.bottom)
+ _draw_bottom = clip.bottom;
int32 width_unk, height_unk;