# HG changeset patch # User smaxx # Date 1283448101 -7200 # Node ID 967363197f011640f49e941daf36302521e34c89 # Parent f6d68086cf63fb3f3ee7836a5c087555892f40b5 Engine: * Enabled zoom in ready time diff -r f6d68086cf63 -r 967363197f01 hedgewars/uWorld.pas --- a/hedgewars/uWorld.pas Thu Sep 02 17:55:37 2010 +0100 +++ b/hedgewars/uWorld.pas Thu Sep 02 19:21:41 2010 +0200 @@ -537,7 +537,7 @@ offset, offsetX, offsetY, ScreenBottom: LongInt; VertexBuffer: array [0..3] of TVertex2f; begin - if not isPaused and (ReadyTimeLeft = 0) then + if not isPaused then begin if ZoomValue < zoom then begin