hedgewars/uConsts.pas
changeset 15652 3d8c2ab2b98b
parent 15651 f75f8729cc5a
child 15665 63e2b7b2ec47
--- a/hedgewars/uConsts.pas	Mon Jun 29 13:17:10 2020 +0200
+++ b/hedgewars/uConsts.pas	Mon Jun 29 13:40:13 2020 +0200
@@ -234,9 +234,10 @@
     cDefaultZoomLevel = 2.0; // 100% zoom
 
     // Maximum camera positions, values are "pixels outside the mainland"
-    cCamLimitX = 2048; // X (left/right) camera limit, no border. Note: Influences sndFlyAway
+    cCamLimitX = 1920; // X (left/right) camera limit, no border. Note: Influences sndFlyAway
+                       // Note: Also make sure it's far enough from airplane spawn
     cCamLimitY = 2048; // Top Y camera limit, no border
-    cCamLimitBorderX = 2048; // X (left/right) camera limit, with border
+    cCamLimitBorderX = 1920; // X (left/right) camera limit, with border
     cCamLimitBorderY = 2048; // Top Y camera limit, with border
 
     // game flags