diff options
Diffstat (limited to 'src/emu/ui/menu.h')
-rw-r--r-- | src/emu/ui/menu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/ui/menu.h b/src/emu/ui/menu.h index 512436dc232..d5f5e8a33e6 100644 --- a/src/emu/ui/menu.h +++ b/src/emu/ui/menu.h @@ -232,6 +232,7 @@ protected: int l_sw_hover; int l_hover; int totallines; + int skip_main_items; // draw right box float draw_right_box_title(float x1, float y1, float x2, float y2); |