summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/spdodgeb.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/spdodgeb.c')
-rw-r--r--src/mame/video/spdodgeb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/spdodgeb.c b/src/mame/video/spdodgeb.c
index baf5c44afa8..8f24702448e 100644
--- a/src/mame/video/spdodgeb.c
+++ b/src/mame/video/spdodgeb.c
@@ -208,6 +208,6 @@ UINT32 spdodgeb_state::screen_update_spdodgeb(screen_device &screen, bitmap_ind1
{
m_bg_tilemap->set_scrollx(0,m_lastscroll+5);
m_bg_tilemap->draw(bitmap, cliprect, 0,0);
- draw_sprites(screen.machine(), bitmap,cliprect);
+ draw_sprites(machine(), bitmap,cliprect);
return 0;
}