hedgewars/uVariables.pas
changeset 7108 eaef11c0d039
parent 7082 17b0892ac794
parent 7103 1c1afb5a1565
child 7129 0ce4f478ea6c
--- a/hedgewars/uVariables.pas	Mon May 14 22:14:17 2012 +0200
+++ b/hedgewars/uVariables.pas	Tue May 22 09:18:46 2012 +0200
@@ -2286,10 +2286,10 @@
                 NumPerTurn: 0;
                 Timer: 5001;
                 Pos: 0;
-                AmmoType: amFlamethrower;
+                AmmoType: amIceGun;
                 AttackVoice: sndNone;
                 Bounciness: 1000);
-            Slot: 2;
+            Slot: 6;
             TimeAfterTurn: 0;
             minAngle: 0;
             maxAngle: 0;
@@ -2462,6 +2462,8 @@
 
     DefaultBinds : TBinds;
 
+    lastTurnChecksum : Longword;
+
 var trammo:  array[TAmmoStrId] of ansistring;   // name of the weapon
     trammoc: array[TAmmoStrId] of ansistring;   // caption of the weapon
     trammod: array[TAmmoStrId] of ansistring;   // description of the weapon