hedgewars/uConsts.pas
changeset 5313 5e18eaef65d0
parent 5016 9347d82a26cc
child 5316 191cd6c06203
equal deleted inserted replaced
5310:4622f83623ac 5313:5e18eaef65d0
   256     EXPLDoNotTouchAny     = $00000080;
   256     EXPLDoNotTouchAny     = $00000080;
   257 
   257 
   258     posCaseAmmo    = $00000001;
   258     posCaseAmmo    = $00000001;
   259     posCaseHealth  = $00000002;
   259     posCaseHealth  = $00000002;
   260     posCaseUtility = $00000004;
   260     posCaseUtility = $00000004;
       
   261     posCaseDummy   = $00000008;
       
   262     posCaseTrap    = $00000010;
   261 
   263 
   262     NoPointX = Low(LongInt);
   264     NoPointX = Low(LongInt);
   263     cTargetPointRef : TPoint = (X: NoPointX; Y: 0);
   265     cTargetPointRef : TPoint = (X: NoPointX; Y: 0);
   264 
   266 
   265     // hog tag mask
   267     // hog tag mask