summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/sprint8.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/sprint8.c')
-rw-r--r--src/mame/video/sprint8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/sprint8.c b/src/mame/video/sprint8.c
index a0035091cab..6fae366fe62 100644
--- a/src/mame/video/sprint8.c
+++ b/src/mame/video/sprint8.c
@@ -150,7 +150,7 @@ VIDEO_EOF( sprint8 )
{
if (p1[x] != 16 && p2[x] != 16)
{
- timer_set(video_screen_get_time_until_pos(0, y + 24, x), p1[x], sprint8_collision_callback);
+ timer_set(video_screen_get_time_until_pos(0, y + 24, x), NULL, p1[x], sprint8_collision_callback);
}
}
}