--- a/hedgewars/uAIAmmoTests.pas Thu Apr 15 14:24:26 2010 +0000
+++ b/hedgewars/uAIAmmoTests.pas Thu Apr 15 20:46:34 2010 +0000
@@ -89,9 +89,10 @@
(proc: nil; flags: 0), // amLaserSight
(proc: nil; flags: 0), // amVampiric
(proc: nil; flags: 0), // amSniperRifle
- (proc: nil; flags: 0), // amJetpack
+ (proc: nil; flags: 0), // amJetpack
(proc: @TestMolotov; flags: 0), // amMolotov
- (proc: nil; flags: 0) // amBirdy
+ (proc: nil; flags: 0), // amBirdy
+ (proc: nil; flags: 0) // amPortalGun
);
const BadTurn = Low(LongInt) div 4;