summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/skyraid.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/skyraid.c')
-rw-r--r--src/mame/video/skyraid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/skyraid.c b/src/mame/video/skyraid.c
index 75e7f342357..4bcd8eab764 100644
--- a/src/mame/video/skyraid.c
+++ b/src/mame/video/skyraid.c
@@ -141,7 +141,7 @@ SCREEN_UPDATE_IND16( skyraid )
rectangle helper_clip = cliprect;
helper_clip &= state->m_helper.cliprect();
-
+
draw_terrain(screen.machine(), state->m_helper, helper_clip);
draw_sprites(screen.machine(), state->m_helper, helper_clip);
draw_missiles(screen.machine(), state->m_helper, helper_clip);