diff options
Diffstat (limited to 'src/frontend/mame/ui/menu.cpp')
-rw-r--r-- | src/frontend/mame/ui/menu.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/frontend/mame/ui/menu.cpp b/src/frontend/mame/ui/menu.cpp index 817eb64097c..a3b9b13a255 100644 --- a/src/frontend/mame/ui/menu.cpp +++ b/src/frontend/mame/ui/menu.cpp @@ -29,7 +29,6 @@ namespace ui { - /*************************************************************************** CONSTANTS ***************************************************************************/ @@ -2446,7 +2445,7 @@ void menu::draw_common_arrow(float origx1, float origy1, float origx2, float ori float menu::draw_icon(int linenum, void *selectedref, float x0, float y0) { - if (!ui_globals::has_icons || (item[0].flags & FLAG_UI_SWLIST)) + if (!ui_globals::has_icons || (item[0].flags & FLAG_UI_SWLIST)) return 0.0f; float ud_arrow_width = ui().get_line_height() * container->manager().ui_aspect(container); @@ -2948,7 +2947,7 @@ void menu::extra_text_draw_box(float origx1, float origx2, float origy, float ys //------------------------------------------------- // extra_text_position - given extra text that has -// been put into a layout, position it +// been put into a layout, position it //------------------------------------------------- void menu::extra_text_position(float origx1, float origx2, float origy, float yspan, text_layout &layout, |