equal
deleted
inserted
replaced
222 {$IFDEF DEBUGFILE}AddFileLog('Wind = '+FloatToStr(cWindSpeed));{$ENDIF} |
222 {$IFDEF DEBUGFILE}AddFileLog('Wind = '+FloatToStr(cWindSpeed));{$ENDIF} |
223 ApplyAmmoChanges(CurrentHedgehog^); |
223 ApplyAmmoChanges(CurrentHedgehog^); |
224 |
224 |
225 if not CurrentTeam^.ExtDriven then SetBinds(CurrentTeam^.Binds); |
225 if not CurrentTeam^.ExtDriven then SetBinds(CurrentTeam^.Binds); |
226 |
226 |
|
227 SetVoicePack(CurrentTeam^.voicepack); |
|
228 |
227 bShowFinger:= true; |
229 bShowFinger:= true; |
228 |
230 |
229 if (CurrentTeam^.ExtDriven or (CurrentHedgehog^.BotLevel > 0)) then |
231 if (CurrentTeam^.ExtDriven or (CurrentHedgehog^.BotLevel > 0)) then |
230 PlaySound(sndIllGetYou, false) |
232 PlaySound(sndIllGetYou, false) |
231 else |
233 else |