diff -r c72d37d4eb4e -r a8dcdeb88a43 hedgewars/uTeams.pas --- a/hedgewars/uTeams.pas Tue Oct 14 14:35:52 2008 +0000 +++ b/hedgewars/uTeams.pas Wed Oct 15 11:50:16 2008 +0000 @@ -370,7 +370,9 @@ with TeamsArray[i]^ do begin AddChatString('* '+ TeamName + ' is gone'); - //for i:= 0 to cMaxHHIndex do Hedgehogs[i].Gear:= nil; + for i:= 0 to cMaxHHIndex do + with Hedgehogs[i] do + Gear^.State:= Gear^.State and not gstHHDriven; hasGone:= true end end;