summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/hng64.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/hng64.cpp')
-rw-r--r--src/mame/video/hng64.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/hng64.cpp b/src/mame/video/hng64.cpp
index 63bbff6e2f6..01a5709085c 100644
--- a/src/mame/video/hng64.cpp
+++ b/src/mame/video/hng64.cpp
@@ -575,7 +575,7 @@ void hng64_state::hng64_drawtilemap(screen_device &screen, bitmap_rgb32 &bitmap,
//}
// Select the proper tilemap size
- tilemap_t* tilemap = NULL;
+ tilemap_t* tilemap = nullptr;
if (global_dimensions==0)
{
if (bigTilemapBit) tilemap = m_tilemap[tm].m_tilemap_16x16;