diff -r b0f693024b50 -r 9f8f22094c0e hedgewars/uGame.pas --- a/hedgewars/uGame.pas Sun Feb 11 12:27:45 2007 +0000 +++ b/hedgewars/uGame.pas Sun Feb 11 15:33:19 2007 +0000 @@ -53,7 +53,7 @@ if not CurrentTeam^.ExtDriven then begin with CurrentTeam^ do - if Hedgehogs[CurrHedgehog].BotLevel <> 0 then ProcessBot(Frames); + if Hedgehogs[CurrHedgehog].BotLevel <> 0 then ProcessBot; ProcessGears end else begin