summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/sprint2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/sprint2.c')
-rw-r--r--src/mame/video/sprint2.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/mame/video/sprint2.c b/src/mame/video/sprint2.c
index d63a32cd1e9..58df3d4707b 100644
--- a/src/mame/video/sprint2.c
+++ b/src/mame/video/sprint2.c
@@ -156,12 +156,12 @@ SCREEN_VBLANK( sprint2 )
const rectangle &visarea = screen.machine().primary_screen->visible_area();
/*
- * Collisions are detected for both player cars:
- *
- * D7 => state->m_collision w/ white playfield
- * D6 => state->m_collision w/ black playfield or another car
- *
- */
+ * Collisions are detected for both player cars:
+ *
+ * D7 => state->m_collision w/ white playfield
+ * D6 => state->m_collision w/ black playfield or another car
+ *
+ */
for (i = 0; i < 2; i++)
{