Browse Source

scrollrt_draw_lower cleanup

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

3
Source/scrollrt.cpp

@ -590,8 +590,7 @@ void scrollrt_draw_lower(int x, int y, int sx, int sy, int chunks, int eflag)
}
j = chunks;
while (j != 0) {
j--;
while (j-- != 0) {
if (y < 0 || x >= MAXDUNX) {
break;
}

Loading…
Cancel
Save