diff -r 967990d958bc -r 87b3009f51c3 hedgewars/uConsts.pas --- a/hedgewars/uConsts.pas Sun Oct 08 04:14:49 2017 +0200 +++ b/hedgewars/uConsts.pas Sun Oct 08 04:57:28 2017 +0200 @@ -311,6 +311,7 @@ ammoprop_NoRoundEnd = $10000000; AMMO_INFINITE = 100; + AMMO_FINITE_MAX = 99; // explosion flags //EXPLAllDamageInRadius = $00000001; Completely unused for ages