diff -r 8015a6e4ca3c -r bbec6b28d072 hedgewars/uGearsRender.pas --- a/hedgewars/uGearsRender.pas Tue Apr 09 00:06:53 2019 +0300 +++ b/hedgewars/uGearsRender.pas Tue Apr 09 00:45:14 2019 +0200 @@ -241,7 +241,7 @@ repeat hh:= @TeamsArray[t]^.Hedgehogs[i]; inc(i); - if (hh <> nil) and (hh^.Gear <> nil) then + if (hh <> nil) and (hh^.Gear <> nil) and (not hh^.Unplaced) then begin inc(c); HHGear:= hh^.Gear;