diff -r 86318e7714c5 -r 903058d382c7 hedgewars/uAIAmmoTests.pas --- a/hedgewars/uAIAmmoTests.pas Thu Sep 18 12:40:46 2008 +0000 +++ b/hedgewars/uAIAmmoTests.pas Thu Sep 18 13:39:05 2008 +0000 @@ -69,7 +69,8 @@ (proc: @TestMortar; flags: 0), // amMortar (proc: nil; flags: 0), // amKamikaze (proc: nil; flags: 0), // amCake - (proc: nil; flags: 0) // amSeduction + (proc: nil; flags: 0), // amSeduction + (proc: nil; flags: 0) // amBanana ); const BadTurn = Low(LongInt) div 4;