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;