summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2009-01-15 08:19:12 +0000
committer Aaron Giles <aaron@aarongiles.com>2009-01-15 08:19:12 +0000
commit1b7793d0fbd99c653c3221116176f31735e1acd0 (patch)
tree1c3f59a8a3b4b033880d4fc450173c874983e93d /src
parentdb8a1fc7485c1c511733a91404e443b0daf23078 (diff)
Fixed previous change to always clear the alpha bitmap.
Diffstat (limited to 'src')
-rw-r--r--src/mame/video/deco32.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/video/deco32.c b/src/mame/video/deco32.c
index 04ae820177e..59cddccc973 100644
--- a/src/mame/video/deco32.c
+++ b/src/mame/video/deco32.c
@@ -1594,8 +1594,7 @@ VIDEO_UPDATE( nslasher )
nslasher_draw_sprites(screen->machine,sprite1_mix_bitmap,cliprect,buffered_spriteram32_2,4);
/* Render alpha-blended tilemap to seperate buffer for proper mixing */
- if (alphaTilemap)
- bitmap_fill(tilemap_alpha_bitmap,cliprect,0);
+ bitmap_fill(tilemap_alpha_bitmap,cliprect,0);
/* Draw playfields & sprites */
if (deco32_pri&2)