summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/divebomb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/divebomb.cpp')
-rw-r--r--src/mame/video/divebomb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/divebomb.cpp b/src/mame/video/divebomb.cpp
index d3b3c55ec52..62d0098e6de 100644
--- a/src/mame/video/divebomb.cpp
+++ b/src/mame/video/divebomb.cpp
@@ -26,7 +26,7 @@ TILE_GET_INFO_MEMBER(divebomb_state::get_fg_tile_info)
code |= (attr & 0x3) << 8;
- SET_TILE_INFO_MEMBER(0, code, colour, 0);
+ tileinfo.set(0, code, colour, 0);
}