diff -r 4afa5e3e27e4 -r 5c0efa437728 hedgewars/uAIAmmoTests.pas --- a/hedgewars/uAIAmmoTests.pas Thu Mar 25 23:03:21 2010 +0000 +++ b/hedgewars/uAIAmmoTests.pas Fri Mar 26 00:26:32 2010 +0000 @@ -90,7 +90,8 @@ (proc: nil; flags: 0), // amVampiric (proc: nil; flags: 0), // amSniperRifle (proc: nil; flags: 0), // amJetpack - (proc: @TestMolotov; flags: 0) // amMolotov + (proc: @TestMolotov; flags: 0), // amMolotov + (proc: nil; flags: 0) // amBirdy ); const BadTurn = Low(LongInt) div 4;