diff -r a471de309dcc -r eaef11c0d039 hedgewars/uVariables.pas --- 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