hedgewars/uWorld.pas
changeset 2139 5a083e71a71d
parent 2119 d07828a0748e
child 2142 48ed98cfd119
--- a/hedgewars/uWorld.pas	Sun May 31 19:42:49 2009 +0000
+++ b/hedgewars/uWorld.pas	Mon Jun 01 00:27:57 2009 +0000
@@ -74,7 +74,7 @@
 prevPoint.Y:= cScreenHeight div 2;
 WorldDx:=  - (LAND_WIDTH div 2) + cScreenWidth div 2;
 //WorldDy:=  - (LAND_HEIGHT div 2) + cScreenHeight div 2;
-WorldDy:=  -playHeight + cScreenHeight div 2;
+WorldDy:=  - (LAND_HEIGHT - (playHeight div 2)) + (cScreenHeight div 2);
 AMxShift:= 210
 end;