diff -r 39754516eee6 -r cce79a042cfc hedgewars/uAIMisc.pas --- a/hedgewars/uAIMisc.pas Tue Mar 26 17:47:06 2013 -0400 +++ b/hedgewars/uAIMisc.pas Tue Mar 26 17:52:27 2013 -0400 @@ -64,6 +64,7 @@ function TestCollExcludingObjects(x, y, r: LongInt): boolean; inline; function TestCollExcludingMe(Me: PGear; x, y, r: LongInt): boolean; inline; function TraceShoveFall(x, y, dX, dY: Real): LongInt; +function TestCollWithLand(x, y, r: LongInt): boolean; inline; function RateExplosion(Me: PGear; x, y, r: LongInt): LongInt; inline; function RateExplosion(Me: PGear; x, y, r: LongInt; Flags: LongWord): LongInt;