summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/triplhnt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/triplhnt.cpp')
-rw-r--r--src/mame/video/triplhnt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/triplhnt.cpp b/src/mame/video/triplhnt.cpp
index 333e24726ae..f3775c905d4 100644
--- a/src/mame/video/triplhnt.cpp
+++ b/src/mame/video/triplhnt.cpp
@@ -14,7 +14,7 @@ TILE_GET_INFO_MEMBER(triplhnt_state::get_tile_info)
{
int code = m_playfield_ram[tile_index] & 0x3f;
- SET_TILE_INFO_MEMBER(2, code, code == 0x3f ? 1 : 0, 0);
+ tileinfo.set(2, code, code == 0x3f ? 1 : 0, 0);
}