# HG changeset patch # User smxx # Date 1270399080 0 # Node ID 8690a3aa93b5aee160d1fc3eac5c946eb5d936d5 # Parent 397a8f048bb354aad62b02bf5a4f4b01ac8e0c0e Engine: * Show active rules/modes while the game is syncing, paused or while the quit confirmation is shown diff -r 397a8f048bb3 -r 8690a3aa93b5 hedgewars/uWorld.pas --- a/hedgewars/uWorld.pas Sun Apr 04 15:51:19 2010 +0000 +++ b/hedgewars/uWorld.pas Sun Apr 04 16:38:00 2010 +0000 @@ -742,7 +742,7 @@ if fastUntilLag then DrawCentered(0, (cScreenHeight shr 1), SyncTexture); if isPaused then DrawCentered(0, (cScreenHeight shr 1), PauseTexture); -if not isFirstFrame and (missionTimer <> 0) then +if not isFirstFrame and ((missionTimer <> 0) or isPaused or fastUntilLag or (GameState = gsConfirm)) then begin if missionTimer > 0 then dec(missionTimer, Lag); if missionTimer < 0 then missionTimer:= 0; // avoid subtracting below 0