summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/travrusa.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/travrusa.c')
-rw-r--r--src/mame/video/travrusa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/travrusa.c b/src/mame/video/travrusa.c
index a61456f6724..262584e1951 100644
--- a/src/mame/video/travrusa.c
+++ b/src/mame/video/travrusa.c
@@ -332,7 +332,7 @@ static void draw_sprites(running_machine &machine, bitmap_ind16 &bitmap,const re
UINT32 travrusa_state::screen_update_travrusa(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect)
{
m_bg_tilemap->draw(bitmap, cliprect, TILEMAP_DRAW_LAYER1, 0);
- draw_sprites(screen.machine(), bitmap,cliprect);
+ draw_sprites(machine(), bitmap,cliprect);
m_bg_tilemap->draw(bitmap, cliprect, TILEMAP_DRAW_LAYER0, 0);
return 0;
}