hedgewars/CCHandlers.inc
changeset 4362 8dae325dc625
parent 4241 835fd7a0e1bf
equal deleted inserted replaced
4360:6cdb427ef82c 4362:8dae325dc625
   462 
   462 
   463     if not CurrentTeam^.ExtDriven then SendIPC('N');
   463     if not CurrentTeam^.ExtDriven then SendIPC('N');
   464 {$IFDEF DEBUGFILE}
   464 {$IFDEF DEBUGFILE}
   465     AddFileLog('Doing SwitchHedgehog: time '+inttostr(GameTicks));
   465     AddFileLog('Doing SwitchHedgehog: time '+inttostr(GameTicks));
   466 {$ENDIF}
   466 {$ENDIF}
   467     perfExt_NewTurnBeginning();
       
   468 end;
   467 end;
   469 
   468 
   470 procedure chSay(var s: shortstring);
   469 procedure chSay(var s: shortstring);
   471 begin
   470 begin
   472 SendIPC('s' + s);
   471 SendIPC('s' + s);