From eb019ed9e73b3bb8dbb05e25e3a8a4f232197d80 Mon Sep 17 00:00:00 2001 From: qndel Date: Sun, 19 Jan 2020 14:19:05 +0100 Subject: [PATCH] [hellfire] DrawGame bin exact --- Source/scrollrt.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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++;