Merge pull request #2307 from Azaezel/highlightHax

nextfreemask does nothing for proximity mines as there are no subclas…
This commit is contained in:
Areloch 2019-02-21 00:08:57 -06:00 committed by GitHub
commit 775ca57047

View file

@ -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