summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2021-10-25 11:33:51 +0200
committer hap <happppp@users.noreply.github.com>2021-10-25 11:34:02 +0200
commit8f3fddc96a750b6839c5497bcfa6497b744008dd (patch)
treee7b9127f35458365fa2dc15b7a66efbe56b8429e /src/mame/includes
parent3026bb4bba89f623c0beb19b68862684b74bf550 (diff)
sfx/monsterz: add kludge for sprite y offset issue [smf]
Diffstat (limited to 'src/mame/includes')
-rw-r--r--src/mame/includes/galaxian.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/galaxian.h b/src/mame/includes/galaxian.h
index f78bf776ae4..f36a5b62b6c 100644
--- a/src/mame/includes/galaxian.h
+++ b/src/mame/includes/galaxian.h
@@ -413,10 +413,10 @@ protected:
uint8_t m_konami_sound_control;
uint8_t m_irq_enabled;
int m_irq_line = INPUT_LINE_NMI;
- uint8_t m_frogger_adjust = false;
+ bool m_frogger_adjust = false;
uint8_t m_x_scale = GALAXIAN_XSCALE;
uint8_t m_h0_start = GALAXIAN_H0START;
- uint8_t m_sfx_tilemap = false;
+ bool m_sfx_adjust = false;
extend_tile_info_delegate m_extend_tile_info_ptr;
extend_sprite_info_delegate m_extend_sprite_info_ptr;