summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cswat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cswat.cpp')
-rw-r--r--src/mame/drivers/cswat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/cswat.cpp b/src/mame/drivers/cswat.cpp
index 0b68aeeb176..87c6e616ed5 100644
--- a/src/mame/drivers/cswat.cpp
+++ b/src/mame/drivers/cswat.cpp
@@ -93,7 +93,7 @@ TILE_GET_INFO_MEMBER(cswat_state::get_tile_info)
int code = m_videoram[tile_index] | (attr << 8 & 0x300);
int flags = TILE_FLIPYX(attr >> 2);
- SET_TILE_INFO_MEMBER(0, code, color, flags);
+ tileinfo.set(0, code, color, flags);
}
void cswat_state::video_start()