diff -r eb91c02f2d84 -r ebfe7c9b3085 hedgewars/hwengine.pas --- a/hedgewars/hwengine.pas Tue Aug 24 17:03:44 2010 +0200 +++ b/hedgewars/hwengine.pas Wed Aug 25 00:17:51 2010 +0200 @@ -263,11 +263,6 @@ ShowMainWindow(); {$ENDIF} - // those values still aren't perfect - cLeftScreenBorder:= round(-cMinZoomLevel * cScreenWidth); - cRightScreenBorder:= round(cMinZoomLevel * cScreenWidth + LAND_WIDTH); - cScreenSpace:= cRightScreenBorder - cLeftScreenBorder; - AddProgress(); ControllerInit(); // has to happen before InitKbdKeyTable to map keys