summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/flyball.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/flyball.cpp')
-rw-r--r--src/mame/drivers/flyball.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/flyball.cpp b/src/mame/drivers/flyball.cpp
index 9e4dda6ba15..d0039a7c80d 100644
--- a/src/mame/drivers/flyball.cpp
+++ b/src/mame/drivers/flyball.cpp
@@ -135,7 +135,7 @@ TILE_GET_INFO_MEMBER(flyball_state::get_tile_info)
if ((flags & TILE_FLIPX) && (flags & TILE_FLIPY))
code += 64;
- SET_TILE_INFO_MEMBER(0, code, 0, flags);
+ tileinfo.set(0, code, 0, flags);
}