hedgewars/uAIAmmoTests.pas
changeset 2357 babe1a55e284
parent 2177 c045698e044f
child 2376 ece7b87f1334
--- a/hedgewars/uAIAmmoTests.pas	Tue Sep 08 16:58:43 2009 +0000
+++ b/hedgewars/uAIAmmoTests.pas	Tue Sep 08 19:44:49 2009 +0000
@@ -45,6 +45,7 @@
 
 const AmmoTests: array[TAmmoType] of TAmmoTest =
 			(
+			(proc: nil;              flags: 0), // amNothing
 			(proc: @TestGrenade;     flags: 0), // amGrenade
 			(proc: nil;              flags: 0), // amClusterBomb
 			(proc: @TestBazooka;     flags: 0), // amBazooka