diff -r a269fe7090a0 -r 78f087fd3e5b hedgewars/uAIAmmoTests.pas --- a/hedgewars/uAIAmmoTests.pas Tue Jun 04 23:48:44 2013 +0200 +++ b/hedgewars/uAIAmmoTests.pas Tue Jun 04 23:56:17 2013 +0200 @@ -244,7 +244,7 @@ or (y < 0) or (trunc(x) > LAND_WIDTH) or (trunc(y) > LAND_HEIGHT) - or not TestCollExcludingObjects(trunc(x), trunc(y), 5) + or (not TestCollExcludingObjects(trunc(x), trunc(y), 5)) or (timer = 0) end; EX:= trunc(x);