changeset 8370 | 0c79946e96f8 |
parent 8161 | 0b8beacff8a5 |
child 8444 | 75db7bb8dce8 |
child 8744 | 6c87486fd89b |
--- a/hedgewars/uAIAmmoTests.pas Thu Jan 10 22:54:55 2013 +0400 +++ b/hedgewars/uAIAmmoTests.pas Thu Jan 10 22:59:46 2013 +0400 @@ -1140,7 +1140,7 @@ var i: Longword; v: LongInt; begin -while (not TestColl(hwRound(Gear^.X), hwRound(Gear^.Y), 6)) and (Gear^.Y.Round < LAND_HEIGHT) do +while (not TestColl(hwRound(Gear^.X), hwRound(Gear^.Y), 6)) and (Gear^.Y.Round < LongWord(LAND_HEIGHT)) do Gear^.Y:= Gear^.Y + _1; for i:= 0 to 2040 do