summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/fromance.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/fromance.c')
-rw-r--r--src/mame/video/fromance.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/fromance.c b/src/mame/video/fromance.c
index 130412b60b3..83553723d27 100644
--- a/src/mame/video/fromance.c
+++ b/src/mame/video/fromance.c
@@ -341,9 +341,9 @@ static void draw_sprites( const device_config *screen, bitmap_t *bitmap, const r
yzoom = 16 - zoomtable[yzoom] / 8;
/* wrap around */
- if (x > visarea->max_x)
+ if (x > visarea->max_x)
x -= 0x200;
- if (y > visarea->max_y)
+ if (y > visarea->max_y)
y -= 0x200;
/* flip ? */