diff --git a/desktop_version/src/Graphics.cpp b/desktop_version/src/Graphics.cpp index 6e391b1b..ac8072b2 100644 --- a/desktop_version/src/Graphics.cpp +++ b/desktop_version/src/Graphics.cpp @@ -1902,7 +1902,7 @@ void Graphics::drawentity(const int i, const int yoff) wrapX = true; wrappedPoint.x += 320; } - else if (tpoint.x > 300) + else if (tpoint.x > 288) { wrapX = true; wrappedPoint.x -= 320; @@ -1914,7 +1914,7 @@ void Graphics::drawentity(const int i, const int yoff) wrapY = true; wrappedPoint.y += 232; } - else if (tpoint.y > 210) + else if (tpoint.y > 200) { wrapY = true; wrappedPoint.y -= 232;