summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/xmen.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/xmen.c')
-rw-r--r--src/mame/video/xmen.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/video/xmen.c b/src/mame/video/xmen.c
index acd0e96ea80..9adc6268462 100644
--- a/src/mame/video/xmen.c
+++ b/src/mame/video/xmen.c
@@ -124,8 +124,8 @@ VIDEO_UPDATE( xmen )
tilemap_draw(bitmap,cliprect,K052109_tilemap[layer[1]],0,2);
tilemap_draw(bitmap,cliprect,K052109_tilemap[layer[2]],0,4);
-/* this isn't supported anymore and it is unsure if still needed; keeping here for reference
- pdrawgfx_shadow_lowpri = 1; fix shadows of boulders in front of feet */
+/* this isn't supported anymore and it is unsure if still needed; keeping here for reference
+ pdrawgfx_shadow_lowpri = 1; fix shadows of boulders in front of feet */
K053247_sprites_draw(screen->machine, bitmap,cliprect);
return 0;
}
@@ -251,8 +251,8 @@ VIDEO_EOF( xmen6p )
tilemap_draw(renderbitmap,&cliprect,K052109_tilemap[layer[1]],0,2);
tilemap_draw(renderbitmap,&cliprect,K052109_tilemap[layer[2]],0,4);
-/* this isn't supported anymore and it is unsure if still needed; keeping here for reference
- pdrawgfx_shadow_lowpri = 1; fix shadows of boulders in front of feet */
+/* this isn't supported anymore and it is unsure if still needed; keeping here for reference
+ pdrawgfx_shadow_lowpri = 1; fix shadows of boulders in front of feet */
K053247_sprites_draw(machine, renderbitmap,&cliprect);
}