--- a/hedgewars/uAIAmmoTests.pas Tue Dec 24 15:44:50 2013 -0500
+++ b/hedgewars/uAIAmmoTests.pas Tue Dec 24 15:55:22 2013 -0500
@@ -1047,7 +1047,7 @@
begin
ap.ExplR:= 0;
ap.Time:= 0;
-if (Level > 3) then
+if (Level > 3) or (cGravityf = 0) then
exit(BadTurn);
ap.Angle:= 0;