hedgewars/CCHandlers.inc
changeset 1058 c53c5c4e7b48
parent 1051 dfdd5dfe97d4
child 1066 1f1b3686a2b0
equal deleted inserted replaced
1057:6b5785287f42 1058:c53c5c4e7b48
   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