diff -r ebb643caeb34 -r 51e3f3cfdca5 hedgewars/uAIAmmoTests.pas --- a/hedgewars/uAIAmmoTests.pas Fri Aug 15 19:30:02 2008 +0000 +++ b/hedgewars/uAIAmmoTests.pas Sat Aug 16 11:22:34 2008 +0000 @@ -68,7 +68,8 @@ (proc: nil; flags: 0), // amSwitch (proc: @TestMortar; flags: 0), // amMortar (proc: nil; flags: 0), // amKamikaze - (proc: nil; flags: 0) // amCake + (proc: nil; flags: 0), // amCake + (proc: nil; flags: 0) // amSeduction ); const BadTurn = Low(LongInt) div 4;