diff options
-rw-r--r-- | scumm/akos.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/akos.cpp b/scumm/akos.cpp index 8dfd847bda..ce6f4e9f92 100644 --- a/scumm/akos.cpp +++ b/scumm/akos.cpp @@ -942,7 +942,7 @@ byte AkosRenderer::codec5() { } if ((clip_right <= clip_left) || (clip_top >= clip_bottom)) - return 0; + return 1; _vm->updateDirtyRect(0, clip_left, clip_right + 1, clip_top, clip_bottom + 1, _dirty_id); |