Browse Source

Merge pull request #1615 from bloom7ech/BreakCrux

[hellfire] BreakCrux bin exact
pull/876/head
Anders Jenbo 7 years ago committed by GitHub
parent
commit
e310de46d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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