Browse Source

scrollrt_draw_lower_2 cleanup

pull/340/head
qndel 7 years ago committed by Anders Jenbo
parent
commit
0fb6025948
  1. 3
      Source/scrollrt.cpp

3
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;
}

Loading…
Cancel
Save