# HG changeset patch
# User sheepluva
# Date 1593893934 -7200
# Node ID 02042ee48fde89037a704a63a5bf9b53063705c5
# Parent  10bcec19045c1b12a2bf23cb09a02f69830d61b1
fix accidential resurrection of removed code of merge 63e2b7b2ec47

code was originally removed in 93429d8f6b3f

diff -r 10bcec19045c -r 02042ee48fde hedgewars/uVariables.pas
--- a/hedgewars/uVariables.pas	Sat Jul 04 15:31:51 2020 +0200
+++ b/hedgewars/uVariables.pas	Sat Jul 04 22:18:54 2020 +0200
@@ -2980,8 +2980,6 @@
     cExplosives     := 2;
 
     GameState       := Low(TGameState);
-    zoom            := cDefaultZoomLevel;
-    ZoomValue       := cDefaultZoomLevel;
 
     if cDefaultChatScale < cMinChatScaleValue then
         cDefaultChatScale := cMinChatScaleValue