diff -r 305e13c5f327 -r 0cff69c8c4cf hedgewars/uAIAmmoTests.pas --- a/hedgewars/uAIAmmoTests.pas Thu Jan 08 15:34:51 2009 +0000 +++ b/hedgewars/uAIAmmoTests.pas Thu Jan 08 15:42:36 2009 +0000 @@ -73,7 +73,8 @@ (proc: nil; flags: 0), // amBanana (proc: nil; flags: 0), // amHellishBomb (proc: nil; flags: 0), // amNapalm - (proc: nil; flags: 0) // amDrill + (proc: nil; flags: 0), // amDrill + (proc: nil; flags: 0) // amBallgun ); const BadTurn = Low(LongInt) div 4;