diff --git a/Source/scrollrt.cpp b/Source/scrollrt.cpp index 830ad62d0..0bdfc1e25 100644 --- a/Source/scrollrt.cpp +++ b/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++;