summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/tankbust.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/tankbust.c')
-rw-r--r--src/mame/video/tankbust.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/tankbust.c b/src/mame/video/tankbust.c
index 07cc2537c3f..37c4b47d3eb 100644
--- a/src/mame/video/tankbust.c
+++ b/src/mame/video/tankbust.c
@@ -238,7 +238,7 @@ UINT32 tankbust_state::screen_update_tankbust(screen_device &screen, bitmap_ind1
#endif
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_txt_tilemap->draw(bitmap, cliprect, 0,0);