summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/snk.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/snk.c')
-rw-r--r--src/mame/video/snk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/snk.c b/src/mame/video/snk.c
index a9dcd0b3b38..1ed8b441bad 100644
--- a/src/mame/video/snk.c
+++ b/src/mame/video/snk.c
@@ -835,7 +835,7 @@ byte3: attributes
-xx-x--- (bank number)
x------- (x offset bit8)
*/
-void snk_state::tdfever_draw_sprites(bitmap_ind16 &bitmap, const rectangle &cliprect, const int xscroll, const int yscroll, const UINT8 *source, const int gfxnum,
+void snk_state::tdfever_draw_sprites(bitmap_ind16 &bitmap, const rectangle &cliprect, const int xscroll, const int yscroll, const UINT8 *source, const int gfxnum,
const int hw_xflip, const int from, const int to)
{
gfx_element *gfx = m_gfxdecode->gfx(gfxnum);