summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/bking.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/bking.cpp')
-rw-r--r--src/mame/video/bking.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/bking.cpp b/src/mame/video/bking.cpp
index 52e020d0d4c..ebdddca5d88 100644
--- a/src/mame/video/bking.cpp
+++ b/src/mame/video/bking.cpp
@@ -209,7 +209,7 @@ TILE_GET_INFO_MEMBER(bking_state::get_tile_info)
if (code1 & 4) flags |= TILE_FLIPX;
if (code1 & 8) flags |= TILE_FLIPY;
- SET_TILE_INFO_MEMBER(0, code0 + 256 * code1, m_palette_bank, flags);
+ tileinfo.set(0, code0 + 256 * code1, m_palette_bank, flags);
}