summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/bottom9.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/bottom9.c')
-rw-r--r--src/mame/video/bottom9.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/bottom9.c b/src/mame/video/bottom9.c
index 912e5e0c2bb..04768b52752 100644
--- a/src/mame/video/bottom9.c
+++ b/src/mame/video/bottom9.c
@@ -34,7 +34,7 @@ K051960_CB_MEMBER(bottom9_state::sprite_callback)
*priority = 0;
if ( *color & 0x10) *priority |= GFX_PMASK_1;
if (~*color & 0x20) *priority |= GFX_PMASK_2;
-
+
*color = sprite_colorbase + (*color & 0x0f);
}