changeset 7007 | 0ccdff4ae8e9 |
parent 6992 | b8f3d8991e92 |
child 7041 | 76a9274f280f |
--- a/hedgewars/uAIAmmoTests.pas Wed May 02 18:36:27 2012 -0400 +++ b/hedgewars/uAIAmmoTests.pas Wed May 02 19:16:12 2012 -0400 @@ -109,7 +109,8 @@ (proc: @TestSnowball; flags: 0), // amSnowball (proc: nil; flags: 0), // amTardis (proc: nil; flags: 0), // amStructure - (proc: nil; flags: 0) // amLandGun + (proc: nil; flags: 0), // amLandGun + (proc: nil; flags: 0) // amIceGun ); const BadTurn = Low(LongInt) div 4;