summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/tatsumi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/tatsumi.c')
-rw-r--r--src/mame/video/tatsumi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/tatsumi.c b/src/mame/video/tatsumi.c
index 0e31a14d286..03ae2988c0d 100644
--- a/src/mame/video/tatsumi.c
+++ b/src/mame/video/tatsumi.c
@@ -1086,7 +1086,7 @@ VIDEO_UPDATE( apache3 )
bitmap_fill(bitmap,cliprect,screen->machine->pens[0]);
draw_sky(screen->machine, bitmap, cliprect, 256, apache3_rotate_ctrl[1]);
-// draw_ground(screen->machine, bitmap, cliprect);
+// draw_ground(screen->machine, bitmap, cliprect);
draw_sprites(screen->machine, bitmap,cliprect,0, (tatsumi_sprite_control_ram[0x20]&0x1000) ? 0x1000 : 0);
tilemap_draw(bitmap,cliprect,tx_layer,0,0);
return 0;