hedgewars/uTeams.pas
changeset 5875 b3e23cb69ab4
parent 5832 f730c8a9777b
child 5954 2aead3f940b0
child 5955 07f6fa51ea58
equal deleted inserted replaced
5874:5cd329cf2460 5875:b3e23cb69ab4
   232     AddFileLog('Wind = '+FloatToStr(cWindSpeed));
   232     AddFileLog('Wind = '+FloatToStr(cWindSpeed));
   233     end;
   233     end;
   234 
   234 
   235 ApplyAmmoChanges(CurrentHedgehog^);
   235 ApplyAmmoChanges(CurrentHedgehog^);
   236 
   236 
   237 if not CurrentTeam^.ExtDriven then SetBinds(CurrentTeam^.Binds);
   237 if (not CurrentTeam^.ExtDriven) and (CurrentHedgehog^.BotLevel = 0) then SetBinds(CurrentTeam^.Binds);
   238 
   238 
   239 bShowFinger:= true;
   239 bShowFinger:= true;
   240 
   240 
   241 if PlacingHogs then
   241 if PlacingHogs then
   242     begin
   242     begin