From 18d38d102e07a21e19fb689dbd7a440ed1a9f53f Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Tue, 15 Oct 2019 21:18:51 +0200 Subject: [PATCH] Fix compiling Hellfire --- Source/inv.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/inv.cpp b/Source/inv.cpp index cef6f1b61..0c41c71c0 100644 --- a/Source/inv.cpp +++ b/Source/inv.cpp @@ -210,9 +210,9 @@ void DrawInv() if (plr[myplr].InvBody[INVLOC_HEAD]._iStatFlag) { #ifdef HELLFIRE -#endif if (frame <= 179) { - CelClippedDraw(PANEL_RIGHT + 133, 59 + SCREEN_Y, pCursCels, frame, frame_width, 0, 8); +#endif + CelClippedDraw(PANEL_RIGHT + 133, 59 + SCREEN_Y, pCursCels, frame, frame_width, 0, 8); #ifdef HELLFIRE } else { CelClippedDraw(PANEL_RIGHT + 133, 59 + SCREEN_Y, pCursCels2, frame - 179, frame_width, 0, 8);