hedgewars/uConsts.pas
changeset 3383 45a73be4d8c1
parent 3382 633046fa040c
child 3384 7eb4707d43f0
equal deleted inserted replaced
3382:633046fa040c 3383:45a73be4d8c1
   390     EXPLAutoSound         = $00000002;
   390     EXPLAutoSound         = $00000002;
   391     EXPLNoDamage          = $00000004;
   391     EXPLNoDamage          = $00000004;
   392     EXPLDoNotTouchHH      = $00000008;
   392     EXPLDoNotTouchHH      = $00000008;
   393     EXPLDontDraw          = $00000010;
   393     EXPLDontDraw          = $00000010;
   394     EXPLNoGfx             = $00000020;
   394     EXPLNoGfx             = $00000020;
   395 	EXPLPoisoned          = $00000040;
   395     EXPLPoisoned          = $00000040;
   396 
   396 
   397     posCaseAmmo    = $00000001;
   397     posCaseAmmo    = $00000001;
   398     posCaseHealth  = $00000002;
   398     posCaseHealth  = $00000002;
   399     posCaseUtility = $00000004;
   399     posCaseUtility = $00000004;
   400 
   400