From 0ea5fc015dd108d3f4fabfd6e2ed36bc9b77b062 Mon Sep 17 00:00:00 2001 From: bloom7ech Date: Sat, 14 Sep 2019 23:09:11 -0400 Subject: [PATCH] [hellfire] BreakCrux bin exact --- Source/objects.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Source/objects.cpp b/Source/objects.cpp index 985bff5f5..b26a51ac7 100644 --- a/Source/objects.cpp +++ b/Source/objects.cpp @@ -4067,7 +4067,11 @@ void SyncOpObject(int pnum, int cmd, int i) void BreakCrux(int i) { int j, oi; +#ifdef HELLFIRE + BOOLEAN triggered; +#else BOOL triggered; +#endif object[i]._oAnimFlag = 1; object[i]._oAnimFrame = 1;