summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/blueprnt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/blueprnt.cpp')
-rw-r--r--src/mame/video/blueprnt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/blueprnt.cpp b/src/mame/video/blueprnt.cpp
index 7005cb5c1f5..d7c7cf8d098 100644
--- a/src/mame/video/blueprnt.cpp
+++ b/src/mame/video/blueprnt.cpp
@@ -108,7 +108,7 @@ TILE_GET_INFO_MEMBER(blueprnt_state::get_bg_tile_info)
tileinfo.category = (attr & 0x80) ? 1 : 0;
if (bank) code += m_gfx_bank * 0x100;
- SET_TILE_INFO_MEMBER(0, code, color, 0);
+ tileinfo.set(0, code, color, 0);
}