diff -r 32032120435c -r 08a3851aaf67 hedgewars/uWorld.pas --- a/hedgewars/uWorld.pas Tue Jul 10 15:20:19 2018 +0200 +++ b/hedgewars/uWorld.pas Tue Jul 10 16:07:11 2018 +0200 @@ -1597,7 +1597,7 @@ DrawTextureCentered(0, (cScreenHeight shr 1), PauseTexture); if isAFK then DrawTextureCentered(0, (cScreenHeight shr 1), AFKTexture); -if not isFirstFrame and (missionTimer <> 0) or isPaused or fastUntilLag or (GameState = gsConfirm) then +if not isFirstFrame and (missionTimer <> 0) or isShowMission or isPaused or fastUntilLag or (GameState = gsConfirm) then begin if (ReadyTimeLeft = 0) and (missionTimer > 0) then dec(missionTimer, Lag);