diff --git a/desktop_version/src/Graphics.cpp b/desktop_version/src/Graphics.cpp index 6e8087f9..e10af945 100644 --- a/desktop_version/src/Graphics.cpp +++ b/desktop_version/src/Graphics.cpp @@ -1798,7 +1798,7 @@ void Graphics::drawentity(const int i, const int yoff) } wrappedPoint.y = tpoint.y; - if (tpoint.y < 0) + if (tpoint.y < 8) { wrapY = true; wrappedPoint.y += 232;