summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/battlex.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/battlex.c')
-rw-r--r--src/mame/video/battlex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/battlex.c b/src/mame/video/battlex.c
index 00769931847..c2b085f0952 100644
--- a/src/mame/video/battlex.c
+++ b/src/mame/video/battlex.c
@@ -81,7 +81,7 @@ void battlex_state::draw_sprites( bitmap_ind16 &bitmap, const rectangle &cliprec
flipy = !flipy;
}
- gfx->transpen(bitmap,cliprect, tile, color, flipx, flipy, sx, sy, 0);
+ gfx->transpen(bitmap,cliprect, tile, color, flipx, flipy, sx, sy, 0);
source += 4;
}