diff -r 5571592f10a8 -r 5cd02aafc612 hedgewars/uAIAmmoTests.pas --- a/hedgewars/uAIAmmoTests.pas Fri Apr 16 16:04:21 2010 +0000 +++ b/hedgewars/uAIAmmoTests.pas Fri Apr 16 16:04:41 2010 +0000 @@ -91,8 +91,9 @@ (proc: nil; flags: 0), // amSniperRifle (proc: nil; flags: 0), // amJetpack (proc: @TestMolotov; flags: 0), // amMolotov - (proc: nil; flags: 0), // amBirdy - (proc: nil; flags: 0) // amPortalGun + (proc: nil; flags: 0), // amBirdy + (proc: nil; flags: 0), // amPortalGun + (proc: nil; flags: 0) // amPiano ); const BadTurn = Low(LongInt) div 4;