summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/tagteam.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/tagteam.cpp')
-rw-r--r--src/mame/video/tagteam.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/tagteam.cpp b/src/mame/video/tagteam.cpp
index f46f85a3a27..437f38eba89 100644
--- a/src/mame/video/tagteam.cpp
+++ b/src/mame/video/tagteam.cpp
@@ -132,7 +132,7 @@ TILE_GET_INFO_MEMBER(tagteam_state::get_bg_tile_info)
int code = m_videoram[tile_index] + 256 * m_colorram[tile_index];
int color = m_palettebank << 1;
- SET_TILE_INFO_MEMBER(0, code, color, 0);
+ tileinfo.set(0, code, color, 0);
}
void tagteam_state::video_start()