diff -r 3a2ee9533e3e -r d88719b0f0dc hedgewars/uAIAmmoTests.pas --- a/hedgewars/uAIAmmoTests.pas Tue Aug 03 12:52:21 2010 +0100 +++ b/hedgewars/uAIAmmoTests.pas Tue Aug 03 14:19:47 2010 +0200 @@ -98,7 +98,8 @@ (proc: @TestGrenade; flags: 0), // amGasBomb (proc: @TestShotgun; flags: 0), // amSineGun (proc: nil; flags: 0), // amFlamethrower - (proc: @TestGrenade; flags: 0) // amSMine + (proc: @TestGrenade; flags: 0), // amSMine + (proc: @TestFirePunch; flags: 0) // amHammer ); const BadTurn = Low(LongInt) div 4;