diff options
Diffstat (limited to 'src/emu/tilemap.cpp')
-rw-r--r-- | src/emu/tilemap.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/tilemap.cpp b/src/emu/tilemap.cpp index 69bde8821c0..48e288fa0c0 100644 --- a/src/emu/tilemap.cpp +++ b/src/emu/tilemap.cpp @@ -100,7 +100,7 @@ inline bool tilemap_t::gfx_elements_changed() //************************************************************************** //------------------------------------------------- -// scanline_draw_opaque_null - draw to a NULL +// scanline_draw_opaque_null - draw to a nullptr // bitmap, setting priority only //------------------------------------------------- @@ -117,7 +117,7 @@ inline void tilemap_t::scanline_draw_opaque_null(int count, UINT8 *pri, UINT32 p //------------------------------------------------- -// scanline_draw_masked_null - draw to a NULL +// scanline_draw_masked_null - draw to a nullptr // bitmap using a mask, setting priority only //------------------------------------------------- |