Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
joncampbell123 committed May 11, 2018
1 parent c655acf commit e4dedc4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gui/menu.cpp
Expand Up @@ -890,11 +890,13 @@ void ConstructMenu(void) {
mainMenu.get_item("VideoScalerMenu").display_list,
mainMenu.get_item_id_by_name(name));

#if DOSBOXMENU_TYPE == DOSBOXMENU_SDLDRAW
if ((count % 15) == 14) {
mainMenu.displaylist_append(
mainMenu.get_item("VideoScalerMenu").display_list,
separator_get(DOSBoxMenu::vseparator_type_id));
}
#endif

count++;
}
Expand Down

0 comments on commit e4dedc4

Please sign in to comment.