summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/1943.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/1943.c')
-rw-r--r--src/mame/video/1943.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/video/1943.c b/src/mame/video/1943.c
index c903ac281b0..6dd5319ed43 100644
--- a/src/mame/video/1943.c
+++ b/src/mame/video/1943.c
@@ -269,16 +269,16 @@ VIDEO_UPDATE( 1943 )
else
bitmap_fill(bitmap, cliprect, get_black_pen(screen->machine));
- if (state->obj_on)
+ if (state->obj_on)
draw_sprites(screen->machine, bitmap, cliprect, 0);
- if (state->bg1_on)
+ if (state->bg1_on)
tilemap_draw(bitmap, cliprect, state->bg_tilemap, 0, 0);
- if (state->obj_on)
+ if (state->obj_on)
draw_sprites(screen->machine, bitmap, cliprect, 1);
- if (state->char_on)
+ if (state->char_on)
tilemap_draw(bitmap, cliprect, state->fg_tilemap, 0, 0);
return 0;