hedgewars/uAIAmmoTests.pas
changeset 3342 b4f01613dcd7
parent 3236 4ab3917d7d44
child 3350 5cd02aafc612
--- 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;