diff -r 3818b38d72c0 -r ad680848a5c9 hedgewars/uAI.pas --- a/hedgewars/uAI.pas Sat May 04 14:46:29 2013 -0400 +++ b/hedgewars/uAI.pas Sat May 04 21:40:52 2013 -0400 @@ -126,7 +126,7 @@ then begin {$HINTS OFF} - Score:= AmmoTests[a].proc(Me, Targets.ar[i].Point, BotLevel, ap); + Score:= AmmoTests[a].proc(Me, Targets.ar[i], BotLevel, ap); {$HINTS ON} if Actions.Score + Score > BestActions.Score then if (BestActions.Score < 0) or (Actions.Score + Score > BestActions.Score + Byte(BotLevel) * 2048) then