diff -r b6de36975a3c -r d0690b7aa808 hedgewars/uAIMisc.pas --- a/hedgewars/uAIMisc.pas Sat Jul 21 16:35:12 2007 +0000 +++ b/hedgewars/uAIMisc.pas Thu Aug 16 07:05:29 2007 +0000 @@ -338,7 +338,7 @@ if Gear^.dY > _0_4 then begin Goinfo.FallPix:= 0; - HHJump(AltGear, jmpLJump, GoInfo); // try ljump enstead of fall with damage + HHJump(AltGear, jmpLJump, GoInfo); // try ljump instead of fall with damage exit(Result) end; Gear^.Y:= Gear^.Y + Gear^.dY;