hedgewars/uAIAmmoTests.pas
changeset 1261 903058d382c7
parent 1221 51e3f3cfdca5
child 1263 24677a82531d
--- a/hedgewars/uAIAmmoTests.pas	Thu Sep 18 12:40:46 2008 +0000
+++ b/hedgewars/uAIAmmoTests.pas	Thu Sep 18 13:39:05 2008 +0000
@@ -69,7 +69,8 @@
                   (proc: @TestMortar;      flags: 0), // amMortar
                   (proc: nil;              flags: 0), // amKamikaze
                   (proc: nil;              flags: 0), // amCake
-                  (proc: nil;              flags: 0)  // amSeduction
+                  (proc: nil;              flags: 0), // amSeduction
+                  (proc: nil;              flags: 0)  // amBanana
                   );
 
 const BadTurn = Low(LongInt) div 4;