hedgewars/uAIAmmoTests.pas
changeset 48 0f396d0c429d
parent 42 72ffe21f027c
child 49 3afe33c1cf06
--- a/hedgewars/uAIAmmoTests.pas	Thu Jan 12 16:33:26 2006 +0000
+++ b/hedgewars/uAIAmmoTests.pas	Thu Jan 12 22:07:36 2006 +0000
@@ -49,10 +49,10 @@
                     Test: TAmmoTestProc;
                     Flags: Longword;
                     end = (
-                    ( Test: TestGrenade;
+                    ( Test: nil;//TestGrenade;
                       Flags: ctfNotFull;
                     ),
-                    ( Test: TestBazooka;
+                    ( Test: nil;//TestBazooka;
                       Flags: ctfNotFull or ctfBreach;
                     ),
                     ( Test: nil;