hedgewars/uConsts.pas
changeset 5343 ff7ecf483759
parent 5316 191cd6c06203
child 5366 bfdd925e89a5
equal deleted inserted replaced
5340:6963e37f2dd2 5343:ff7ecf483759
   258 
   258 
   259     posCaseAmmo    = $00000001;
   259     posCaseAmmo    = $00000001;
   260     posCaseHealth  = $00000002;
   260     posCaseHealth  = $00000002;
   261     posCaseUtility = $00000004;
   261     posCaseUtility = $00000004;
   262     posCaseDummy   = $00000008;
   262     posCaseDummy   = $00000008;
   263     posCaseTrap    = $00000010;
   263     posCaseExplode = $00000010;
       
   264     posCasePoison  = $00000020;
   264 
   265 
   265     NoPointX = Low(LongInt);
   266     NoPointX = Low(LongInt);
   266     cTargetPointRef : TPoint = (X: NoPointX; Y: 0);
   267     cTargetPointRef : TPoint = (X: NoPointX; Y: 0);
   267 
   268 
   268     // hog tag mask
   269     // hog tag mask