summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2009-01-14 05:27:50 +0000
committer Aaron Giles <aaron@aarongiles.com>2009-01-14 05:27:50 +0000
commit406980156dce9f32790e311abf92043c4b91a5ee (patch)
treee0e742ffccab13ceb9279430c0a38c62a959d435
parentf449ec61001f69cb9cb8f9d1460487b65c1a2eeb (diff)
Removed extraneous bitmap clear. [Christophe Jaillet]
-rw-r--r--src/mame/video/deco32.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/video/deco32.c b/src/mame/video/deco32.c
index 598d59199ce..04ae820177e 100644
--- a/src/mame/video/deco32.c
+++ b/src/mame/video/deco32.c
@@ -1586,7 +1586,6 @@ VIDEO_UPDATE( nslasher )
bitmap_fill(sprite0_mix_bitmap,cliprect,0);
bitmap_fill(sprite1_mix_bitmap,cliprect,0);
bitmap_fill(priority_bitmap,cliprect,0);
- bitmap_fill(tilemap_alpha_bitmap,cliprect,0);
if ((deco32_pf34_control[5]&0x8000)==0)
bitmap_fill(bitmap,cliprect,screen->machine->pens[0x200]);