hedgewars/uAIAmmoTests.pas
changeset 4881 35e6269227b6
parent 4580 bd43d9ac6e04
child 4883 7cddc9201a1d
--- a/hedgewars/uAIAmmoTests.pas	Sat Jan 29 17:40:45 2011 +0100
+++ b/hedgewars/uAIAmmoTests.pas	Sat Jan 29 18:18:44 2011 +0100
@@ -103,8 +103,9 @@
             (proc: @TestGrenade;     flags: 0), // amSMine
             (proc: @TestFirePunch;   flags: 0), // amHammer
             (proc: nil;              flags: 0), // amResurrector
-            (proc: nil;              flags: 0),// amDrillStrike
-            (proc: @TestSnowball;    flags: 0) // amSnowball
+            (proc: nil;              flags: 0), // amDrillStrike
+            (proc: @TestSnowball;    flags: 0), // amSnowball
+            (proc: nil;              flags: 0) // amStructure
             );
 
 const BadTurn = Low(LongInt) div 4;