summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/spbactn.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/spbactn.cpp')
-rw-r--r--src/mame/video/spbactn.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/spbactn.cpp b/src/mame/video/spbactn.cpp
index 11e386c5184..983b4ad6af5 100644
--- a/src/mame/video/spbactn.cpp
+++ b/src/mame/video/spbactn.cpp
@@ -120,7 +120,7 @@ int spbactn_state::draw_video(screen_device &screen, bitmap_rgb32 &bitmap, const
m_sprite_bitmap.fill(0, cliprect);
bitmap.fill(0, cliprect);
- m_sprgen->gaiden_draw_sprites(screen, m_gfxdecode, cliprect, &m_spvideoram[0], 0, 0, flip_screen(), m_sprite_bitmap);
+ m_sprgen->gaiden_draw_sprites(screen, m_gfxdecode->gfx(2), cliprect, &m_spvideoram[0], 0, 0, flip_screen(), m_sprite_bitmap);
m_bg_tilemap->draw(screen, m_tile_bitmap_bg, cliprect, 0, 0);
m_fg_tilemap->draw(screen, m_tile_bitmap_fg, cliprect, 0, 0);