--- a/hedgewars/uConsts.pas Sat Jun 19 00:48:47 2010 +0200
+++ b/hedgewars/uConsts.pas Sun Jun 20 18:35:59 2010 +0200
@@ -303,8 +303,10 @@
{$IFDEF IPHONEOS}
cMaxCaptions = 3;
+ cDefaultZoomLevel = 1.5;
{$ELSE}
cMaxCaptions = 4;
+ cDefaultZoomLevel = 2.0;
{$ENDIF}
cSendEmptyPacketTime = 1000;