hedgewars/uAIAmmoTests.pas
changeset 3710 411f5c2b5292
parent 3697 d5b30d6373fc
child 3717 d88719b0f0dc
--- a/hedgewars/uAIAmmoTests.pas	Mon Aug 02 18:13:29 2010 +0200
+++ b/hedgewars/uAIAmmoTests.pas	Mon Aug 02 18:19:55 2010 +0200
@@ -97,7 +97,8 @@
             (proc: nil;              flags: 0), // amPiano
             (proc: @TestGrenade;     flags: 0), // amGasBomb
             (proc: @TestShotgun;     flags: 0), // amSineGun
-            (proc: nil;              flags: 0)  // amFlamethrower
+            (proc: nil;              flags: 0), // amFlamethrower
+            (proc: @TestGrenade;     flags: 0)  // amSMine
             );
 
 const BadTurn = Low(LongInt) div 4;