diff -r 45a73be4d8c1 -r 7eb4707d43f0 hedgewars/uAIAmmoTests.pas --- a/hedgewars/uAIAmmoTests.pas Fri Apr 30 23:39:32 2010 +0000 +++ b/hedgewars/uAIAmmoTests.pas Sat May 01 05:15:16 2010 +0000 @@ -95,7 +95,8 @@ (proc: nil; flags: 0), // amBirdy (proc: nil; flags: 0), // amPortalGun (proc: nil; flags: 0), // amPiano - (proc: @TestGrenade; flags: 0) // amGasBomb + (proc: @TestGrenade; flags: 0), // amGasBomb + (proc: @TestShotgun; flags: 0) // amSineGun ); const BadTurn = Low(LongInt) div 4;