hedgewars/uAmmos.pas
changeset 4148 eaff5615f976
parent 4143 eb7981f34800
child 4234 60920aeb1606
--- 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);