summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/bagman.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/bagman.cpp')
-rw-r--r--src/mame/video/bagman.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/bagman.cpp b/src/mame/video/bagman.cpp
index ec93795a4bc..43a137f592f 100644
--- a/src/mame/video/bagman.cpp
+++ b/src/mame/video/bagman.cpp
@@ -102,7 +102,7 @@ TILE_GET_INFO_MEMBER(bagman_state::get_bg_tile_info)
int code = m_videoram[tile_index] + 8 * (m_colorram[tile_index] & 0x20);
int color = m_colorram[tile_index] & 0x0f;
- SET_TILE_INFO_MEMBER(gfxbank, code, color, 0);
+ tileinfo.set(gfxbank, code, color, 0);
}
void bagman_state::video_start()