hedgewars/uWorld.pas
changeset 15206 d48eba5ac715
parent 15205 8705ee93f8b3
child 15209 fe79f62ef158
equal deleted inserted replaced
15205:8705ee93f8b3 15206:d48eba5ac715
  1775             begin
  1775             begin
  1776             if timeTexture <> nil then
  1776             if timeTexture <> nil then
  1777                 i:= fpsTexture^.h + 5
  1777                 i:= fpsTexture^.h + 5
  1778             else
  1778             else
  1779                 i:= 0;
  1779                 i:= 0;
  1780             DrawTexture((cScreenWidth shr 1) - 60 - offsetX, offsetY + i, fpsTexture);
  1780             DrawTexture((cScreenWidth shr 1) - 20 - fpsTexture^.w - offsetX, offsetY + i, fpsTexture);
  1781             end;
  1781             end;
  1782         end;
  1782         end;
  1783 end;
  1783 end;
  1784 
  1784 
  1785 // Quit Y/N question
  1785 // Quit Y/N question