summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/scotrsht.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/scotrsht.cpp')
-rw-r--r--src/mame/video/scotrsht.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/scotrsht.cpp b/src/mame/video/scotrsht.cpp
index b8ed76edc2c..5614231e09d 100644
--- a/src/mame/video/scotrsht.cpp
+++ b/src/mame/video/scotrsht.cpp
@@ -83,7 +83,7 @@ TILE_GET_INFO_MEMBER(scotrsht_state::get_bg_tile_info)
// data & 0x80 -> tile priority?
- SET_TILE_INFO_MEMBER(0, code, color, flag);
+ tileinfo.set(0, code, color, flag);
}
/* Same as Jailbreak + palette bank */