summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/redclash.c
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2013-02-08 14:27:23 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2013-02-08 14:27:23 +0000
commitfdad18e0f566a366b2909ab93bd69f1e2772cb4e (patch)
tree5fd5e3ea0e67bf453b9b2d828b07ef2389d65fe9 /src/mame/video/redclash.c
parent6820f80e8aa21a8036edced76e07a256a5136c16 (diff)
Modernization of drivers part 11 (no whatsnew)
Diffstat (limited to 'src/mame/video/redclash.c')
-rw-r--r--src/mame/video/redclash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/redclash.c b/src/mame/video/redclash.c
index 9c30f71d0c9..caadd993c9d 100644
--- a/src/mame/video/redclash.c
+++ b/src/mame/video/redclash.c
@@ -427,7 +427,7 @@ UINT32 ladybug_state::screen_update_redclash(screen_device &screen, bitmap_ind16
{
bitmap.fill(get_black_pen(machine()), cliprect);
redclash_draw_stars(machine(), bitmap, cliprect, 0x60, 0, 0x00, 0xff);
- draw_sprites(machine(), bitmap, cliprect);
+ ::draw_sprites(machine(), bitmap, cliprect);
draw_bullets(machine(), bitmap, cliprect);
m_fg_tilemap->draw(bitmap, cliprect, 0, 0);
return 0;