summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/stadhero.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/stadhero.cpp')
-rw-r--r--src/mame/video/stadhero.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/stadhero.cpp b/src/mame/video/stadhero.cpp
index b8edc446323..a14b73a0cc5 100644
--- a/src/mame/video/stadhero.cpp
+++ b/src/mame/video/stadhero.cpp
@@ -50,7 +50,7 @@ TILE_GET_INFO_MEMBER(stadhero_state::get_pf1_tile_info)
int color=tile >> 12;
tile=tile&0xfff;
- SET_TILE_INFO_MEMBER(0,
+ tileinfo.set(0,
tile,
color,
0);