diff --git a/Source/scrollrt.cpp b/Source/scrollrt.cpp index 29fcbdc56..fd1db8295 100644 --- a/Source/scrollrt.cpp +++ b/Source/scrollrt.cpp @@ -1082,8 +1082,7 @@ void scrollrt_draw_lower_2(int x, int y, int sx, int sy, int chunks, int skipChu } j = chunks; - while (j != 0) { - j--; + while (j-- != 0) { if (x >= MAXDUNX || y < 0) { break; }