diff --git a/src/mame/video/argus.c b/src/mame/video/argus.c index c683691d81f..33fe5f695b1 100644 --- a/src/mame/video/argus.c +++ b/src/mame/video/argus.c @@ -1003,9 +1003,6 @@ void argus_state::butasan_draw_sprites(bitmap_rgb32 &bitmap, const rectangle &cl sy = 240 - sy; - fx = flipx; - fy = flipy; - if (m_flipscreen) { sx = 240 - sx; @@ -1013,6 +1010,9 @@ void argus_state::butasan_draw_sprites(bitmap_rgb32 &bitmap, const rectangle &cl flipx = !flipx; flipy = !flipy; } + + fx = flipx; + fy = flipy; { int i, j, td;