# HG changeset patch # User unc0rr # Date 1242076821 0 # Node ID 57fb5673ff1753dc29b1ff570aadb8300a3fbb61 # Parent b0588498bc3a9b0454736a572dd2297acfdf7ed1 Oops, some debug stuff left diff -r b0588498bc3a -r 57fb5673ff17 hedgewars/CCHandlers.inc --- a/hedgewars/CCHandlers.inc Mon May 11 21:19:47 2009 +0000 +++ b/hedgewars/CCHandlers.inc Mon May 11 21:20:21 2009 +0000 @@ -314,7 +314,7 @@ procedure chNextTurn(var s: shortstring); begin TryDo(AllInactive, '/nextturn called when not all gears are inactive', true); -if CurrentTeam^.ExtDriven then addfilelog('CurrentTeam^.ExtDriven') else addfilelog('not CurrentTeam^.ExtDriven'); + if not CurrentTeam^.ExtDriven then SendIPC('N'); TickTrigger(trigTurns); {$IFDEF DEBUGFILE}AddFileLog('Doing SwitchHedgehog: time '+inttostr(GameTicks));{$ENDIF}