mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 00:24:40 +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
e0627973fb
1 changed files with 1 additions and 2 deletions
|
|
@ -72,8 +72,7 @@ class ProximityMine: public Item
|
||||||
protected:
|
protected:
|
||||||
enum MaskBits {
|
enum MaskBits {
|
||||||
DeployedMask = Parent::NextFreeMask,
|
DeployedMask = Parent::NextFreeMask,
|
||||||
ExplosionMask = Parent::NextFreeMask << 1,
|
ExplosionMask = Parent::NextFreeMask << 1
|
||||||
NextFreeMask = Parent::NextFreeMask << 2
|
|
||||||
};
|
};
|
||||||
|
|
||||||
enum State
|
enum State
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue