Browse Source

[hellfire] BreakCrux bin exact

pull/876/head
bloom7ech 7 years ago
parent
commit
0ea5fc015d
  1. 4
      Source/objects.cpp

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

Loading…
Cancel
Save