equal
deleted
inserted
replaced
266 g:= AddGear(0, 0, gtATSmoothWindCh, 0, _0, _0, 1); |
266 g:= AddGear(0, 0, gtATSmoothWindCh, 0, _0, _0, 1); |
267 g^.Tag:= hwRound(cWindSpeed * 72 / cMaxWindSpeed); |
267 g^.Tag:= hwRound(cWindSpeed * 72 / cMaxWindSpeed); |
268 {$IFDEF DEBUGFILE}AddFileLog('Wind = '+FloatToStr(cWindSpeed));{$ENDIF} |
268 {$IFDEF DEBUGFILE}AddFileLog('Wind = '+FloatToStr(cWindSpeed));{$ENDIF} |
269 ApplyAmmoChanges(CurrentHedgehog^); |
269 ApplyAmmoChanges(CurrentHedgehog^); |
270 |
270 |
271 {$IFNDEF IPHONEOS} |
|
272 if not CurrentTeam^.ExtDriven then SetBinds(CurrentTeam^.Binds); |
271 if not CurrentTeam^.ExtDriven then SetBinds(CurrentTeam^.Binds); |
273 {$ENDIF} |
|
274 |
272 |
275 bShowFinger:= true; |
273 bShowFinger:= true; |
276 |
274 |
277 if (CurrentTeam^.ExtDriven or (CurrentHedgehog^.BotLevel > 0)) then |
275 if (CurrentTeam^.ExtDriven or (CurrentHedgehog^.BotLevel > 0)) then |
278 PlaySound(sndIllGetYou, CurrentTeam^.voicepack) |
276 PlaySound(sndIllGetYou, CurrentTeam^.voicepack) |