Add this back. Dink says there are bugs without it.

This commit is contained in:
iq_132 2014-06-14 20:20:27 +00:00
parent aed00c6012
commit b20c50b091
1 changed files with 1 additions and 1 deletions

View File

@ -1793,7 +1793,7 @@ static void cninja_draw_sprites()
x = x & 0x01ff;
y = y & 0x01ff;
if (x >= 512) x -= 512;
if (x >= nScreenWidth) x -= 512;
if (y >= 256) y -= 512;
x = 240 - x;
y = 240 - y;