hedgewars/uAIAmmoTests.pas
changeset 3384 7eb4707d43f0
parent 3382 633046fa040c
child 3407 dcc129c4352e
--- a/hedgewars/uAIAmmoTests.pas	Fri Apr 30 23:39:32 2010 +0000
+++ b/hedgewars/uAIAmmoTests.pas	Sat May 01 05:15:16 2010 +0000
@@ -95,7 +95,8 @@
             (proc: nil;              flags: 0), // amBirdy
             (proc: nil;              flags: 0), // amPortalGun
             (proc: nil;              flags: 0), // amPiano
-            (proc: @TestGrenade;     flags: 0)  // amGasBomb
+            (proc: @TestGrenade;     flags: 0), // amGasBomb
+            (proc: @TestShotgun;     flags: 0)  // amSineGun
             );
 
 const BadTurn = Low(LongInt) div 4;