summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/asterix.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/asterix.c')
-rw-r--r--src/mame/video/asterix.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/asterix.c b/src/mame/video/asterix.c
index df3d54af5a8..c0fe1bd3b22 100644
--- a/src/mame/video/asterix.c
+++ b/src/mame/video/asterix.c
@@ -123,8 +123,8 @@ VIDEO_UPDATE( asterix )
K056832_tilemap_draw(screen->machine, bitmap, cliprect, layer[1], 0, 2);
K056832_tilemap_draw(screen->machine, bitmap, cliprect, 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 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 in front of feet */
K053245_sprites_draw(screen->machine, 0, bitmap, cliprect);
K056832_tilemap_draw(screen->machine, bitmap, cliprect, 2, 0, 0);