# HG changeset patch
# User Wuzzy <almikes@aol.com>
# Date 1462054154 -7200
# Node ID d819c04d0cbeeee2c111b7980dda3d3fb7a63e6e
# Parent  38fa4583e7f35c25d8acd0d063328839841024bf
Show timer at 999s instead of 1000s

diff -r 38fa4583e7f3 -r d819c04d0cbe hedgewars/uWorld.pas
--- a/hedgewars/uWorld.pas	Sat Apr 30 23:46:57 2016 +0200
+++ b/hedgewars/uWorld.pas	Sun May 01 00:09:14 2016 +0200
@@ -1425,7 +1425,7 @@
     offsetX:= 48;
 {$ENDIF}
     offsetY:= cOffsetY;
-    if ((TurnTimeLeft <> 0) and (TurnTimeLeft < 1000000)) or (ReadyTimeLeft <> 0) then
+    if ((TurnTimeLeft <> 0) and (TurnTimeLeft < 999000)) or (ReadyTimeLeft <> 0) then
         begin
         if ReadyTimeLeft <> 0 then
             i:= Succ(Pred(ReadyTimeLeft) div 1000)