From f29b3f10a37c7defcab08aa30aa84214be3834c8 Mon Sep 17 00:00:00 2001 From: qndel Date: Sun, 8 Sep 2019 01:24:36 +0200 Subject: [PATCH] [hellfire] SyncCrux bin exact --- Source/objects.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Source/objects.cpp b/Source/objects.cpp index 94b6166f8..1a89c3040 100644 --- a/Source/objects.cpp +++ b/Source/objects.cpp @@ -4224,7 +4224,11 @@ void SyncL1Doors(int i) void SyncCrux(int i) { +#ifdef HELLFIRE + BOOLEAN found; +#else BOOL found; +#endif int j, oi, type; found = TRUE;