summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/scotrsht.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/scotrsht.c')
-rw-r--r--src/mame/video/scotrsht.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/scotrsht.c b/src/mame/video/scotrsht.c
index 9c3fd5866fc..55cd90c7f61 100644
--- a/src/mame/video/scotrsht.c
+++ b/src/mame/video/scotrsht.c
@@ -141,6 +141,6 @@ UINT32 scotrsht_state::screen_update_scotrsht(screen_device &screen, bitmap_ind1
m_bg_tilemap->set_scrolly(col, m_scroll[col]);
m_bg_tilemap->draw(bitmap, cliprect, 0, 0);
- draw_sprites(screen.machine(), bitmap, cliprect);
+ draw_sprites(machine(), bitmap, cliprect);
return 0;
}