mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
Merge pull request #2307 from Azaezel/highlightHax
nextfreemask does nothing for proximity mines as there are no subclas…
This commit is contained in:
commit
775ca57047
|
|
@ -72,8 +72,7 @@ class ProximityMine: public Item
|
|||
protected:
|
||||
enum MaskBits {
|
||||
DeployedMask = Parent::NextFreeMask,
|
||||
ExplosionMask = Parent::NextFreeMask << 1,
|
||||
NextFreeMask = Parent::NextFreeMask << 2
|
||||
ExplosionMask = Parent::NextFreeMask << 1
|
||||
};
|
||||
|
||||
enum State
|
||||
|
|
|
|||
Loading…
Reference in a new issue