diff -r 5efa80494e31 -r eaff5615f976 hedgewars/uAmmos.pas --- a/hedgewars/uAmmos.pas Sat Nov 06 12:33:24 2010 -0400 +++ b/hedgewars/uAmmos.pas Sat Nov 06 12:56:09 2010 -0400 @@ -92,7 +92,6 @@ var cnt: Longword; a: TAmmoType; ammos: TAmmoCounts; - substr: shortstring; // TEMPORARY begin TryDo((byte(ammoLoadout[0]) = byte(ord(High(TAmmoType)))) and (byte(ammoProbability[0]) = byte(ord(High(TAmmoType)))) and (byte(ammoDelay[0]) = byte(ord(High(TAmmoType)))) and (byte(ammoReinforcement[0]) = byte(ord(High(TAmmoType)))), 'Incomplete or missing ammo scheme set (incompatible frontend or demo/save?)', true);