From a440a8e0200a36491ae540f6f00beae59c148549 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Mon, 11 Feb 2013 07:44:56 +0000 Subject: Cleanups and version bump --- src/mame/video/redclash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mame/video/redclash.c') diff --git a/src/mame/video/redclash.c b/src/mame/video/redclash.c index c5d327df41f..0d8ed261796 100644 --- a/src/mame/video/redclash.c +++ b/src/mame/video/redclash.c @@ -286,7 +286,7 @@ void ladybug_state::redclash_draw_bullets( bitmap_ind16 &bitmap, const rectangle /* This line can reset the LFSR to zero and disables the star generator */ void ladybug_state::redclash_set_stars_enable(UINT8 on) -{ +{ if ((m_stars_enable == 0) && (on == 1)) { m_stars_offset = 0; -- cgit v1.2.3 p MAME - Multiple Arcade Machine Emulator
summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/primo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/primo.cpp')
-rw-r--r--src/mame/drivers/primo.cpp4
1 files changed, 2 insertions, 2 deletions