diff -r e9ee2bd51e08 -r 6090d2a2472e hedgewars/uAIAmmoTests.pas --- a/hedgewars/uAIAmmoTests.pas Mon Oct 11 21:41:24 2010 +0400 +++ b/hedgewars/uAIAmmoTests.pas Mon Oct 11 20:34:21 2010 +0200 @@ -100,7 +100,8 @@ (proc: @TestShotgun; flags: 0), // amSineGun (proc: nil; flags: 0), // amFlamethrower (proc: @TestGrenade; flags: 0), // amSMine - (proc: @TestFirePunch; flags: 0) // amHammer + (proc: @TestFirePunch; flags: 0), // amHammer + (proc: nil; flags: 0) // amResurrector ); const BadTurn = Low(LongInt) div 4;