equal
deleted
inserted
replaced
279 if AllInactive then |
279 if AllInactive then |
280 begin |
280 begin |
281 if not CurrentTeam^.ExtDriven then SendIPC('N'); |
281 if not CurrentTeam^.ExtDriven then SendIPC('N'); |
282 TickTrigger(trigTurns); |
282 TickTrigger(trigTurns); |
283 {$IFDEF DEBUGFILE}AddFileLog('Doing SwitchHedgehog: time '+inttostr(GameTicks));{$ENDIF} |
283 {$IFDEF DEBUGFILE}AddFileLog('Doing SwitchHedgehog: time '+inttostr(GameTicks));{$ENDIF} |
284 SwitchHedgehog; |
|
285 end |
284 end |
286 end; |
285 end; |
287 |
286 |
288 procedure chSay(var s: shortstring); |
287 procedure chSay(var s: shortstring); |
289 begin |
288 begin |