diff -r 9bbf8af42ace -r 41d3afaa20c7 hedgewars/uAIAmmoTests.pas --- a/hedgewars/uAIAmmoTests.pas Fri May 01 11:58:22 2009 +0000 +++ b/hedgewars/uAIAmmoTests.pas Sun May 03 17:35:10 2009 +0000 @@ -81,7 +81,8 @@ (proc: nil; flags: 0), // amInvulnerable (proc: nil; flags: 0), // amExtraTime (proc: nil; flags: 0), // amLaserSight - (proc: nil; flags: 0) // amVampiric + (proc: nil; flags: 0), // amVampiric + (proc: nil; flags: 0) // amSniperRifle ); const BadTurn = Low(LongInt) div 4;