summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/gotya.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/gotya.cpp')
-rw-r--r--src/mame/video/gotya.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/video/gotya.cpp b/src/mame/video/gotya.cpp
index ca2070a70f1..54f549f8513 100644
--- a/src/mame/video/gotya.cpp
+++ b/src/mame/video/gotya.cpp
@@ -153,9 +153,9 @@ void gotya_state::draw_sprites( bitmap_ind16 &bitmap, const rectangle &cliprect
m_gfxdecode->gfx(1)->transpen(bitmap,cliprect,
- code, color,
- flip_screen_x(), flip_screen_y(),
- sx, sy, 0);
+ code, color,
+ flip_screen_x(), flip_screen_y(),
+ sx, sy, 0);
}
}