changeset 3717 | d88719b0f0dc |
parent 3710 | 411f5c2b5292 |
child 3739 | 97cf933e5bd2 |
--- 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;