diff options
Diffstat (limited to 'scumm/costume.cpp')
-rw-r--r-- | scumm/costume.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/costume.cpp b/scumm/costume.cpp index 1e72e99c1d..c411796ccf 100644 --- a/scumm/costume.cpp +++ b/scumm/costume.cpp @@ -229,7 +229,7 @@ byte CostumeRenderer::mainRoutine(int xmoveCur, int ymoveCur) { if (x_left < 0) x_left = 0; - if ((uint) y_top > (uint) _outheight) + if ((uint) y_top > _outheight) y_top = 0; if ((uint) y_bottom > _outheight) |