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 2e14cc18068..48741e9ca4d 100644
--- a/src/mame/video/taito_f3.c
+++ b/src/mame/video/taito_f3.c
@@ -752,12 +752,12 @@ VIDEO_START( f3 )
int chk_trans_or_opa=0;
UINT8 extra_mask = ((extra_planes << 4) | 0x0f);
UINT8 *dp = pf_gfx->gfxdata + c * pf_gfx->char_modulo;
-
+
for (y = 0;y < pf_gfx->height;y++)
{
for (x = 0;x < pf_gfx->width;x++)
{
- if(!(dp[x] & extra_mask))
+ if(!(dp[x] & extra_mask))
chk_trans_or_opa|=2;
else
chk_trans_or_opa|=1;