Browse Source

Document another Hellfire bug

pull/970/head
Anders Jenbo 5 years ago committed by GitHub
parent
commit
a68c10edf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Source/monster.cpp

2
Source/monster.cpp

@ -2736,7 +2736,7 @@ BOOL M_DoRSpAttack(int i)
monster[i]._mVar3,
0);
#ifdef HELLFIRE
if (Monsters[i].Snds[3][0] != 0)
if (Monsters[i].Snds[3][0] != 0) // BUGFIX `Monsters[i].` should be `monster[i].MType->`
#endif
PlayEffect(i, 3);
}

Loading…
Cancel
Save