summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/redclash.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/redclash.cpp')
-rw-r--r--src/mame/video/redclash.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/redclash.cpp b/src/mame/video/redclash.cpp
index fb7ab34796a..66051d0768b 100644
--- a/src/mame/video/redclash.cpp
+++ b/src/mame/video/redclash.cpp
@@ -128,7 +128,7 @@ TILE_GET_INFO_MEMBER(redclash_state::get_fg_tile_info)
int code = m_videoram[tile_index];
int color = (m_videoram[tile_index] & 0x70) >> 4; // ??
- SET_TILE_INFO_MEMBER(0, code, color, 0);
+ tileinfo.set(0, code, color, 0);
}