Browse Source

[hellfire] SyncCrux bin exact

pull/876/head
qndel 7 years ago committed by Anders Jenbo
parent
commit
f29b3f10a3
  1. 4
      Source/objects.cpp

4
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;

Loading…
Cancel
Save