diff -r 07e9849c6a70 -r 35e6269227b6 hedgewars/uAIAmmoTests.pas --- a/hedgewars/uAIAmmoTests.pas Sat Jan 29 17:40:45 2011 +0100 +++ b/hedgewars/uAIAmmoTests.pas Sat Jan 29 18:18:44 2011 +0100 @@ -103,8 +103,9 @@ (proc: @TestGrenade; flags: 0), // amSMine (proc: @TestFirePunch; flags: 0), // amHammer (proc: nil; flags: 0), // amResurrector - (proc: nil; flags: 0),// amDrillStrike - (proc: @TestSnowball; flags: 0) // amSnowball + (proc: nil; flags: 0), // amDrillStrike + (proc: @TestSnowball; flags: 0), // amSnowball + (proc: nil; flags: 0) // amStructure ); const BadTurn = Low(LongInt) div 4;