diff -r 125e120165aa -r 2562797ab3cf hedgewars/uStore.pas --- a/hedgewars/uStore.pas Thu Dec 04 20:15:03 2014 +0100 +++ b/hedgewars/uStore.pas Fri Dec 05 02:19:30 2014 +0100 @@ -97,7 +97,6 @@ procedure InitZoom(zoom: real); begin SetScale(zoom); - UpdateViewLimits(); end; function WriteInRect(Surface: PSDL_Surface; X, Y: LongInt; Color: LongWord; Font: THWFont; s: PChar): TSDL_Rect;