Make AI much more wise (fix a bug preventing AI to explore caves)
authorunc0rr
Tue, 26 Jul 2011 17:28:55 +0400
changeset 5422 0daf3d8e4b70
parent 5419 2fed5e26ff7d
child 5425 862c194a1a1c
Make AI much more wise (fix a bug preventing AI to explore caves)
hedgewars/uAIMisc.pas
--- a/hedgewars/uAIMisc.pas	Tue Jul 26 17:27:14 2011 +0400
+++ b/hedgewars/uAIMisc.pas	Tue Jul 26 17:28:55 2011 +0400
@@ -302,7 +302,6 @@
 begin
 bRes:= false;
 GoInfo.Ticks:= 0;
-GoInfo.FallPix:= 0;
 GoInfo.JumpType:= jmpNone;
 bX:= hwRound(Gear^.X);
 bY:= hwRound(Gear^.Y);