Browse Source

[hellfire] DrawGame bin exact

pull/876/head
qndel 6 years ago committed by Anders Jenbo
parent
commit
eb019ed9e7
  1. 4
      Source/scrollrt.cpp

4
Source/scrollrt.cpp

@ -2166,15 +2166,15 @@ static void DrawGame(int x, int y)
}
switch (ScrollInfo._sdir) {
case SDIR_NONE:
break;
case SDIR_NE:
chunks++;
case SDIR_N:
sy -= 32;
x--;
y--;
#ifndef HELLFIRE
blocks++;
#endif
break;
case SDIR_SE:
blocks++;

Loading…
Cancel
Save