mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
nextfreemask does nothing for proximity mines as there are no subclasses on this chain, but does bump it's enum value over the limit with the new addition to sceneobject. so killed it.
This commit is contained in:
parent
6e4ed303f6
commit
0baa410619
|
|
@ -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