equal
deleted
inserted
replaced
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 |