hedgewars/uConsts.pas
changeset 3737 2ba6ac8a114b
parent 3734 304a83637eb4
child 3743 234ce4da76d4
--- a/hedgewars/uConsts.pas	Thu Aug 12 23:15:11 2010 +0200
+++ b/hedgewars/uConsts.pas	Fri Aug 13 02:13:18 2010 +0200
@@ -304,7 +304,9 @@
 
     cKeyMaxIndex = 1023;
 
+    // do not change this value
     cDefaultZoomLevel = 2.0;
+
 {$IFDEF IPHONEOS}
     cMaxZoomLevel = 0.5;
     cMinZoomLevel = 3.5;