hedgewars/uConsts.pas
changeset 5343 ff7ecf483759
parent 5316 191cd6c06203
child 5366 bfdd925e89a5
--- a/hedgewars/uConsts.pas	Tue Jun 28 17:12:09 2011 +0400
+++ b/hedgewars/uConsts.pas	Tue Jun 28 21:28:13 2011 +0200
@@ -260,7 +260,8 @@
     posCaseHealth  = $00000002;
     posCaseUtility = $00000004;
     posCaseDummy   = $00000008;
-    posCaseTrap    = $00000010;
+    posCaseExplode = $00000010;
+    posCasePoison  = $00000020;
 
     NoPointX = Low(LongInt);
     cTargetPointRef : TPoint = (X: NoPointX; Y: 0);