hedgewars/uAIAmmoTests.pas
changeset 3382 633046fa040c
parent 3372 5d3daec0d0b5
child 3384 7eb4707d43f0
--- a/hedgewars/uAIAmmoTests.pas	Thu Apr 29 21:25:51 2010 +0000
+++ b/hedgewars/uAIAmmoTests.pas	Fri Apr 30 12:19:25 2010 +0000
@@ -94,7 +94,8 @@
             (proc: @TestMolotov;     flags: 0), // amMolotov
             (proc: nil;              flags: 0), // amBirdy
             (proc: nil;              flags: 0), // amPortalGun
-            (proc: nil;              flags: 0)  // amPiano
+            (proc: nil;              flags: 0), // amPiano
+            (proc: @TestGrenade;     flags: 0)  // amGasBomb
             );
 
 const BadTurn = Low(LongInt) div 4;