summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/bigevglf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/bigevglf.c')
-rw-r--r--src/mame/video/bigevglf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/bigevglf.c b/src/mame/video/bigevglf.c
index d02c2a09ab1..5ca28840bba 100644
--- a/src/mame/video/bigevglf.c
+++ b/src/mame/video/bigevglf.c
@@ -89,6 +89,6 @@ UINT32 bigevglf_state::screen_update_bigevglf(screen_device &screen, bitmap_ind1
{
copybitmap(bitmap, m_tmp_bitmap[m_plane_visible], 0, 0, 0, 0, cliprect);
- draw_sprites(screen.machine(), bitmap, cliprect);
+ draw_sprites(machine(), bitmap, cliprect);
return 0;
}