summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/msisaac.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/msisaac.cpp')
-rw-r--r--src/mame/video/msisaac.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/msisaac.cpp b/src/mame/video/msisaac.cpp
index e41c1b4266a..fea78aae6d3 100644
--- a/src/mame/video/msisaac.cpp
+++ b/src/mame/video/msisaac.cpp
@@ -169,7 +169,7 @@ void msisaac_state::draw_sprites( bitmap_ind16 &bitmap, const rectangle &cliprec
if (attributes & 4)
{
- //color = rand() & 15;
+ //color = machine().rand() & 15;
gfx = m_gfxdecode->gfx(3);
}