diff options
Diffstat (limited to 'src/mame/video/tmap038.cpp')
-rw-r--r-- | src/mame/video/tmap038.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mame/video/tmap038.cpp b/src/mame/video/tmap038.cpp index 4725d38ce35..d12e5c2d9d1 100644 --- a/src/mame/video/tmap038.cpp +++ b/src/mame/video/tmap038.cpp @@ -138,6 +138,10 @@ tilemap038_device::tilemap038_device(const machine_config &mconfig, const char * , m_gfxdecode(*this, finder_base::DUMMY_TAG) , m_gfxno(0) , m_038_cb(*this) + , m_xoffs(0) + , m_flipped_xoffs(0) + , m_yoffs(0) + , m_flipped_yoffs(0) { } |