hedgewars/uWorld.pas
changeset 13732 b83154cc8fad
parent 13638 039ec6dd304b
child 13780 fdae1ed9b6db
equal deleted inserted replaced
13731:2fa83c3e9f09 13732:b83154cc8fad
  1628 DrawChat;
  1628 DrawChat;
  1629 
  1629 
  1630 
  1630 
  1631 // various captions
  1631 // various captions
  1632 if fastUntilLag then
  1632 if fastUntilLag then
  1633     DrawTextureCentered(0, (cScreenHeight shr 1), SyncTexture);
  1633     DrawTextureCentered(0, (cScreenHeight shr 1), SyncTexture)
  1634 if isPaused then
  1634 else if isAFK then
       
  1635     DrawTextureCentered(0, (cScreenHeight shr 1), AFKTexture)
       
  1636 else if isPaused then
  1635     DrawTextureCentered(0, (cScreenHeight shr 1), PauseTexture);
  1637     DrawTextureCentered(0, (cScreenHeight shr 1), PauseTexture);
  1636 if isAFK then
       
  1637     DrawTextureCentered(0, (cScreenHeight shr 1), AFKTexture);
       
  1638 if not isFirstFrame and (missionTimer <> 0) or isShowMission or isPaused or fastUntilLag or (GameState = gsConfirm) then
  1638 if not isFirstFrame and (missionTimer <> 0) or isShowMission or isPaused or fastUntilLag or (GameState = gsConfirm) then
  1639     begin
  1639     begin
  1640     if (ReadyTimeLeft = 0) and (missionTimer > 0) then
  1640     if (ReadyTimeLeft = 0) and (missionTimer > 0) then
  1641         dec(missionTimer, Lag);
  1641         dec(missionTimer, Lag);
  1642     if missionTimer < 0 then
  1642     if missionTimer < 0 then