Explorar o código

Merge pull request #2307 from Azaezel/highlightHax

nextfreemask does nothing for proximity mines as there are no subclas…
Areloch %!s(int64=6) %!d(string=hai) anos
pai
achega
e0627973fb
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      Engine/source/T3D/proximityMine.h

+ 1 - 2
Engine/source/T3D/proximityMine.h

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