hedgewars/uConsts.pas
changeset 7416 2f2f78fc65a3
parent 7400 09427dbec1d8
child 7442 9bb6abdb5675
child 7495 2592240b7b62
--- a/hedgewars/uConsts.pas	Fri Jul 20 21:30:53 2012 -0400
+++ b/hedgewars/uConsts.pas	Sun Jul 22 00:48:48 2012 +0400
@@ -146,6 +146,7 @@
     cBarrelHealth = 60;
     cShotgunRadius = 22;
     cBlowTorchC    = 6;
+    cakeDmg =   75;
 
     cKeyMaxIndex = 1023;
     cKbdMaxIndex = 65536;//need more room for the modifier keys
@@ -266,6 +267,7 @@
     ammoprop_NeedUpDown   = $00008000;//Used by TouchInterface to show or hide up/down widgets 
     ammoprop_OscAim       = $00010000;
     ammoprop_NoMoveAfter  = $00020000;
+    ammoprop_Track        = $00040000;
     ammoprop_NoRoundEnd   = $10000000;
 
     AMMO_INFINITE = 100;