diff -r 206aabea2229 -r a03c2d037e24 hedgewars/uGame.pas --- a/hedgewars/uGame.pas Thu Oct 05 20:13:51 2006 +0000 +++ b/hedgewars/uGame.pas Sun Oct 08 18:17:52 2006 +0000 @@ -53,7 +53,7 @@ if not CurrentTeam.ExtDriven then begin with CurrentTeam^ do - if Hedgehogs[CurrHedgehog].BotLevel <> 0 then ProcessBot; + if Hedgehogs[CurrHedgehog].BotLevel <> 0 then ProcessBot(Frames); ProcessGears end else begin