hedgewars/uGearsHandlersMess.pas
changeset 13996 755f389a1e73
parent 13994 996ef4c5d064
child 13998 23fb123bd70c
equal deleted inserted replaced
13995:52e20f8f538a 13996:755f389a1e73
  5860     resgear: PGear;
  5860     resgear: PGear;
  5861     hh: PHedgehog;
  5861     hh: PHedgehog;
  5862     i: LongInt;
  5862     i: LongInt;
  5863     s: ansistring;
  5863     s: ansistring;
  5864 begin
  5864 begin
  5865     if (TurnTimeLeft > 0) then
       
  5866         dec(TurnTimeLeft);
       
  5867 
       
  5868     AllInactive := false;
  5865     AllInactive := false;
  5869     hh := Gear^.Hedgehog;
  5866     hh := Gear^.Hedgehog;
  5870 
  5867 
  5871     // no, you can't do that here
  5868     // no, you can't do that here
  5872     {DrawCentered(hwRound(hh^.Gear^.X) + WorldDx, hwRound(hh^.Gear^.Y) + WorldDy -
  5869     {DrawCentered(hwRound(hh^.Gear^.X) + WorldDx, hwRound(hh^.Gear^.Y) + WorldDy -