--- 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