diff -r 45d43f372107 -r 0ccdff4ae8e9 hedgewars/uAIAmmoTests.pas --- a/hedgewars/uAIAmmoTests.pas Wed May 02 18:36:27 2012 -0400 +++ b/hedgewars/uAIAmmoTests.pas Wed May 02 19:16:12 2012 -0400 @@ -109,7 +109,8 @@ (proc: @TestSnowball; flags: 0), // amSnowball (proc: nil; flags: 0), // amTardis (proc: nil; flags: 0), // amStructure - (proc: nil; flags: 0) // amLandGun + (proc: nil; flags: 0), // amLandGun + (proc: nil; flags: 0) // amIceGun ); const BadTurn = Low(LongInt) div 4;