Increase X camera limit back to 2048
authorWuzzy <Wuzzy2@mail.ru>
Mon, 29 Jun 2020 13:17:10 +0200
changeset 15651 f75f8729cc5a
parent 15650 85d2afe34116
child 15652 3d8c2ab2b98b
Increase X camera limit back to 2048 Oops, the number 0 was done by mistake
hedgewars/uConsts.pas
--- a/hedgewars/uConsts.pas	Mon Jun 29 13:14:18 2020 +0200
+++ b/hedgewars/uConsts.pas	Mon Jun 29 13:17:10 2020 +0200
@@ -234,7 +234,7 @@
     cDefaultZoomLevel = 2.0; // 100% zoom
 
     // Maximum camera positions, values are "pixels outside the mainland"
-    cCamLimitX = 0; // X (left/right) camera limit, no border. Note: Influences sndFlyAway
+    cCamLimitX = 2048; // X (left/right) camera limit, no border. Note: Influences sndFlyAway
     cCamLimitY = 2048; // Top Y camera limit, no border
     cCamLimitBorderX = 2048; // X (left/right) camera limit, with border
     cCamLimitBorderY = 2048; // Top Y camera limit, with border