summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/buggychl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/buggychl.cpp')
-rw-r--r--src/mame/video/buggychl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/buggychl.cpp b/src/mame/video/buggychl.cpp
index 1bf1e0e7af0..898a85fa5cb 100644
--- a/src/mame/video/buggychl.cpp
+++ b/src/mame/video/buggychl.cpp
@@ -120,7 +120,7 @@ void buggychl_state::draw_bg( bitmap_ind16 &bitmap, const rectangle &cliprect )
for (offs = 0; offs < 256; offs++)
scroll[offs] = -m_scrollh[offs];
- copyscrollbitmap_trans(bitmap, m_tmp_bitmap2, 256, scroll, 0, 0, clip, 32);
+ copyscrollbitmap_trans(bitmap, m_tmp_bitmap2, 256, scroll, 0, nullptr, clip, 32);
}