- Exhumed: Remove unused/unneeded union from DExhumedActor.

This commit is contained in:
Mitchell Richters 2023-04-14 21:19:22 +10:00
parent 80125e11f3
commit 4d1466217b

View file

@ -33,7 +33,7 @@ public:
union { int16_t nIndex; int16_t nAngle; }; // angle is for wasp.
union { int16_t nIndex2; int16_t nAngle2; }; // index2 is for scorpion, angle2 is for wasp.
union { int16_t nChannel; int16_t nVel; }; // channel is for scorpion, vel is for wasp.
union { int16_t nDamage; int16_t nAction2; }; // nAction2 is for the queen.
int16_t nDamage;
DAngle pitch; // used by AngleChase
// for the grenade.