hedgewars/uAIMisc.pas
changeset 568 d0690b7aa808
parent 549 4278a80140a8
child 883 07a568ba44e0
--- 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;