# HG changeset patch # User unc0rr # Date 1250423770 0 # Node ID 953771a06c645e7f2f335e1bc26f4ac4b2a244f1 # Parent 0ffdcae7653c12ae95e7b9ab20caf46853eae082 Better fix diff -r 0ffdcae7653c -r 953771a06c64 hedgewars/CCHandlers.inc --- a/hedgewars/CCHandlers.inc Sun Aug 16 11:55:41 2009 +0000 +++ b/hedgewars/CCHandlers.inc Sun Aug 16 11:56:10 2009 +0000 @@ -355,10 +355,9 @@ procedure chTimer(var s: shortstring); begin -if (s[0] <> #1) or (s[1] < '1') or (s[1] > '5') - or (CurrentTeam = nil) - or (CurrentHedgehog^.Gear = nil) then exit; +if (s[0] <> #1) or (s[1] < '1') or (s[1] > '5') or CheckNoTeamOrHH then exit; bShowFinger:= false; + if not CurrentTeam^.ExtDriven then SendIPC(s); with CurrentHedgehog^.Gear^ do begin