summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/fitfight.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/fitfight.c')
-rw-r--r--src/mame/video/fitfight.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/fitfight.c b/src/mame/video/fitfight.c
index f456a76eaf9..dbaff995e27 100644
--- a/src/mame/video/fitfight.c
+++ b/src/mame/video/fitfight.c
@@ -34,7 +34,7 @@ void fitfight_state::draw_sprites( bitmap_ind16 &bitmap, const rectangle &clipre
if (end) break;
if (prio == layer)
- gfx->transpen(bitmap,cliprect, number, colr, xflip, yflip, xpos, ypos, 0);
+ gfx->transpen(bitmap,cliprect, number, colr, xflip, yflip, xpos, ypos, 0);
source += 4;
}