summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/pooyan.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/pooyan.cpp')
-rw-r--r--src/mame/video/pooyan.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/pooyan.cpp b/src/mame/video/pooyan.cpp
index cbe34704d3c..eff2e3e7596 100644
--- a/src/mame/video/pooyan.cpp
+++ b/src/mame/video/pooyan.cpp
@@ -100,7 +100,7 @@ TILE_GET_INFO_MEMBER(pooyan_state::get_bg_tile_info)
int color = attr & 0x0f;
int flags = TILE_FLIPYX(attr >> 6);
- SET_TILE_INFO_MEMBER(0, code, color, flags);
+ tileinfo.set(0, code, color, flags);
}