summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/exprraid.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/exprraid.c')
-rw-r--r--src/mame/video/exprraid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/exprraid.c b/src/mame/video/exprraid.c
index 0cc58f99c71..551e391cfb9 100644
--- a/src/mame/video/exprraid.c
+++ b/src/mame/video/exprraid.c
@@ -131,7 +131,7 @@ static void draw_sprites( running_machine &machine, bitmap_ind16 &bitmap, const
UINT32 exprraid_state::screen_update_exprraid(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect)
{
m_bg_tilemap->draw(bitmap, cliprect, 0, 0);
- draw_sprites(screen.machine(), bitmap, cliprect);
+ draw_sprites(machine(), bitmap, cliprect);
m_bg_tilemap->draw(bitmap, cliprect, 1, 0);
m_fg_tilemap->draw(bitmap, cliprect, 0, 0);
return 0;