Skip to content

Commit

Permalink
Fix audio options menu
Browse files Browse the repository at this point in the history
  • Loading branch information
viciious committed Nov 5, 2023
1 parent 2409ce6 commit ac4d37a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions o_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,10 @@ void O_Init (void)
if (cd_avail) /* CDA or MD+ */
{
menuscreen[ms_audio].numitems++;
#ifndef DISABLE_DMA_SOUND
if (cd_avail & 0x1) /* CD, not MD+ */
menuscreen[ms_audio].numitems++;
#endif
}

D_memcpy(menuscreen[ms_video].name, "Video", 7);
Expand Down

0 comments on commit ac4d37a

Please sign in to comment.