diff -r 95345f98da19 -r 1ec68b8d3bd1 hedgewars/uAIAmmoTests.pas --- a/hedgewars/uAIAmmoTests.pas Tue May 18 13:09:57 2010 +0000 +++ b/hedgewars/uAIAmmoTests.pas Wed May 19 02:10:28 2010 +0000 @@ -96,7 +96,8 @@ (proc: nil; flags: 0), // amPortalGun (proc: nil; flags: 0), // amPiano (proc: @TestGrenade; flags: 0), // amGasBomb - (proc: @TestShotgun; flags: 0) // amSineGun + (proc: @TestShotgun; flags: 0), // amSineGun + (proc: nil; flags: 0) // amFlamethrower ); const BadTurn = Low(LongInt) div 4;