hedgewars/uTeams.pas
changeset 364 52cb4d6f84b7
parent 351 29bc9c36ad5f
child 371 731ad6d27bd1
--- a/hedgewars/uTeams.pas	Wed Jan 24 21:58:43 2007 +0000
+++ b/hedgewars/uTeams.pas	Wed Jan 24 22:05:05 2007 +0000
@@ -158,10 +158,8 @@
 ResetKbd;
 
 cWindSpeed:= rndSign(GetRandom * cMaxWindSpeed);
-addfilelog('SwitchHedgehog 06');
 g:= AddGear(0, 0, gtATSmoothWindCh, 0, 0, 0, 1);
 g^.Tag:= hwRound(cWindSpeed * 72 / cMaxWindSpeed);
-addfilelog('SwitchHedgehog 07');
 {$IFDEF DEBUGFILE}AddFileLog('Wind = '+FloatToStr(cWindSpeed));{$ENDIF}
 ApplyAmmoChanges(CurrentTeam^.Hedgehogs[CurrentTeam^.CurrHedgehog]);
 if CurrentTeam^.ExtDriven then SetDefaultBinds