summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author cam900 <dbtlrchl@naver.com>2020-02-24 03:43:08 +0000
committer GitHub <noreply@github.com>2020-02-24 03:43:08 +0000
commit26db655e8536711e394a443b5973f3ca0d67c821 (patch)
tree953e8e140c1818f781482c6815714a54ecf4674b
parentbd0deb08f8f0a1ff1c6484f5a07ec7cd403f3b10 (diff)
deco32.cpp Partially revert unnecessary change
-rw-r--r--src/mame/video/deco32.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/deco32.cpp b/src/mame/video/deco32.cpp
index a3ceef667a7..903186827b8 100644
--- a/src/mame/video/deco32.cpp
+++ b/src/mame/video/deco32.cpp
@@ -316,7 +316,7 @@ void nslasher_state::mixDualAlphaSprites(screen_device &screen, bitmap_rgb32 &bi
if (pri1 == 0 && (((priColAlphaPal0 & 0xff) == 0 || ((pri0 & 0x3) != 0 && (pri0 & 0x3) != 1 && (pri0 & 0x3) != 2))))
{
- if ((m_pri & 1) == 0 || ((m_pri & 1) == 0 || tilemapPri[x] < 4) || ((m_pri & 1) == 1 && mixAlphaTilemap))
+ if ((m_pri & 1) == 0 || ((m_pri & 1) == 1 && tilemapPri[x] < 4) || ((m_pri & 1) == 1 && mixAlphaTilemap))
destLine[x] = alpha_blend_r32(destLine[x], pal1[(priColAlphaPal1 & 0xff) + col1], alpha);
}
else if (pri1 == 1 && ((m_pri & 1) == 0 || tilemapPri[x] < 4)