summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/taito_f3.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/taito_f3.c')
-rw-r--r--src/mame/video/taito_f3.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/taito_f3.c b/src/mame/video/taito_f3.c
index 98748330857..686cb78424d 100644
--- a/src/mame/video/taito_f3.c
+++ b/src/mame/video/taito_f3.c
@@ -2411,8 +2411,8 @@ static void scanline_draw(running_machine *machine, bitmap_t *bitmap, const rect
if(alpha_type==1)
{
/* if (f3_alpha_level_2as==0 && f3_alpha_level_2ad==255)
- * alpha_mode[i]=3; alpha_mode_flag[i] |= 0x80;}
- * will display continue screen in gseeker (mt 00026) */
+ * alpha_mode[i]=3; alpha_mode_flag[i] |= 0x80;}
+ * will display continue screen in gseeker (mt 00026) */
if (f3_alpha_level_2as==0 && f3_alpha_level_2ad==255) alpha_mode[i]=0;
else if(f3_alpha_level_2as==255 && f3_alpha_level_2ad==0 ) alpha_mode[i]=1;
}