hedgewars/uAIAmmoTests.pas
changeset 1601 0cff69c8c4cf
parent 1573 cf88e0ace609
child 1689 3d0eee01f734
--- a/hedgewars/uAIAmmoTests.pas	Thu Jan 08 15:34:51 2009 +0000
+++ b/hedgewars/uAIAmmoTests.pas	Thu Jan 08 15:42:36 2009 +0000
@@ -73,7 +73,8 @@
 			(proc: nil;              flags: 0), // amBanana
 			(proc: nil;              flags: 0), // amHellishBomb
 			(proc: nil;              flags: 0), // amNapalm
-			(proc: nil;              flags: 0)  // amDrill
+			(proc: nil;              flags: 0),  // amDrill
+			(proc: nil;              flags: 0)  // amBallgun
 			);
 
 const BadTurn = Low(LongInt) div 4;