summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/appoooh.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/appoooh.c')
-rw-r--r--src/mame/video/appoooh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/appoooh.c b/src/mame/video/appoooh.c
index df6c365c98b..8f81232a275 100644
--- a/src/mame/video/appoooh.c
+++ b/src/mame/video/appoooh.c
@@ -251,7 +251,7 @@ static void robowres_draw_sprites( bitmap_t *dest_bmp, const rectangle *cliprect
int sx = sprite[offs + 3];
int flipx = sprite[offs + 1] & 0x01;
- if(sx >= 248)
+ if(sx >= 248)
sx -= 256;
if (flipy)