diff options
Diffstat (limited to 'src/mame/video/thepit.cpp')
-rw-r--r-- | src/mame/video/thepit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/thepit.cpp b/src/mame/video/thepit.cpp index a4f68ea76df..58d401ca2c4 100644 --- a/src/mame/video/thepit.cpp +++ b/src/mame/video/thepit.cpp @@ -133,7 +133,7 @@ void thepit_state::video_start() m_solid_tilemap->set_scroll_cols(32); m_tilemap->set_scroll_cols(32); - m_dummy_tile = make_unique_clear<uint16_t[]>(8*8); + m_dummy_tile = make_unique_clear<uint8_t[]>(8*8); m_graphics_bank = 0; /* only used in intrepid */ |