hedgewars/uTeams.pas
changeset 1650 a65681cc27c2
parent 1495 2b2b89bdb5f3
child 1654 9cfa6f23e767
--- a/hedgewars/uTeams.pas	Mon Jan 12 16:42:13 2009 +0000
+++ b/hedgewars/uTeams.pas	Mon Jan 12 16:46:47 2009 +0000
@@ -221,8 +221,8 @@
 {$IFDEF DEBUGFILE}AddFileLog('Wind = '+FloatToStr(cWindSpeed));{$ENDIF}
 ApplyAmmoChanges(CurrentHedgehog^);
 
-if CurrentTeam^.ExtDriven then SetDefaultBinds
-                          else SetBinds(CurrentTeam^.Binds);
+if not CurrentTeam^.ExtDriven then SetBinds(CurrentTeam^.Binds);
+
 bShowFinger:= true;
 
 if (CurrentTeam^.ExtDriven or (CurrentHedgehog^.BotLevel > 0)) then