hedgewars/uAIAmmoTests.pas
changeset 3066 5c0efa437728
parent 3022 94afd5fc5738
child 3080 b7fa8ad60e3b
--- a/hedgewars/uAIAmmoTests.pas	Thu Mar 25 23:03:21 2010 +0000
+++ b/hedgewars/uAIAmmoTests.pas	Fri Mar 26 00:26:32 2010 +0000
@@ -90,7 +90,8 @@
             (proc: nil;              flags: 0), // amVampiric
             (proc: nil;              flags: 0), // amSniperRifle
             (proc: nil;              flags: 0),  // amJetpack
-            (proc: @TestMolotov;     flags: 0) // amMolotov
+            (proc: @TestMolotov;     flags: 0), // amMolotov
+			(proc: nil;              flags: 0) // amBirdy
             );
 
 const BadTurn = Low(LongInt) div 4;