summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/shaolins.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/shaolins.cpp')
-rw-r--r--src/mame/video/shaolins.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/shaolins.cpp b/src/mame/video/shaolins.cpp
index 91c7ab8e528..a0b1e117778 100644
--- a/src/mame/video/shaolins.cpp
+++ b/src/mame/video/shaolins.cpp
@@ -131,7 +131,7 @@ TILE_GET_INFO_MEMBER(shaolins_state::get_bg_tile_info)
int color = (attr & 0x0f) + 16 * m_palettebank;
int flags = (attr & 0x20) ? TILE_FLIPY : 0;
- SET_TILE_INFO_MEMBER(0, code, color, flags);
+ tileinfo.set(0, code, color, flags);
}
void shaolins_state::video_start()