equal
deleted
inserted
replaced
240 {$ENDIF} |
240 {$ENDIF} |
241 |
241 |
242 bShowFinger:= true; |
242 bShowFinger:= true; |
243 |
243 |
244 if (CurrentTeam^.ExtDriven or (CurrentHedgehog^.BotLevel > 0)) then |
244 if (CurrentTeam^.ExtDriven or (CurrentHedgehog^.BotLevel > 0)) then |
245 PlaySound(sndIllGetYou, false, CurrentTeam^.voicepack) |
245 PlaySound(sndIllGetYou, CurrentTeam^.voicepack) |
246 else |
246 else |
247 PlaySound(sndYesSir, false, CurrentTeam^.voicepack); |
247 PlaySound(sndYesSir, CurrentTeam^.voicepack); |
248 |
248 |
249 TurnTimeLeft:= cHedgehogTurnTime |
249 TurnTimeLeft:= cHedgehogTurnTime |
250 end; |
250 end; |
251 |
251 |
252 function AddTeam(TeamColor: Longword): PTeam; |
252 function AddTeam(TeamColor: Longword): PTeam; |