summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/pacland.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/pacland.h')
-rw-r--r--src/mame/includes/pacland.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/pacland.h b/src/mame/includes/pacland.h
index d71cd094226..4cd4d6302ab 100644
--- a/src/mame/includes/pacland.h
+++ b/src/mame/includes/pacland.h
@@ -34,6 +34,7 @@ public:
tilemap_t *m_bg_tilemap;
tilemap_t *m_fg_tilemap;
bitmap_ind16 m_fg_bitmap;
+ bitmap_ind16 m_sprite_bitmap;
std::unique_ptr<uint32_t[]> m_transmask[3];
uint16_t m_scroll0;
uint16_t m_scroll1;