summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/skyfox.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/skyfox.c')
-rw-r--r--src/mame/video/skyfox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/skyfox.c b/src/mame/video/skyfox.c
index bf3da646609..bb42d541163 100644
--- a/src/mame/video/skyfox.c
+++ b/src/mame/video/skyfox.c
@@ -173,7 +173,7 @@ void skyfox_state::draw_sprites( bitmap_ind16 &bitmap, const rectangle &cliprect
for (dx = xstart; dx != xend; dx += xinc, code++)
{
gfx->transpen(bitmap, cliprect, code, 0, flipx, flipy, dx*8 + x, dy*8 + y, 0xff);
-
+
// wraparound y - BTANB: large sprites exiting the screen sometimes reappear on the other edge
gfx->transpen(bitmap, cliprect, code, 0, flipx, flipy, dx*8 + x, dy*8 + y - 256, 0xff);
}