hedgewars/uWorld.pas
changeset 13459 08a3851aaf67
parent 13412 236cc4cf2448
child 13461 854caa3c9212
--- 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);