Engine:
authorsmaxx
Thu, 02 Sep 2010 19:21:41 +0200
changeset 3811 967363197f01
parent 3810 f6d68086cf63
child 3812 ce18fd3ff02d
Engine: * Enabled zoom in ready time
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