Skip to content

Commit

Permalink
Fix MSVC build
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlaux committed Apr 23, 2024
1 parent a378582 commit 2ea6f84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mn_menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -1296,9 +1296,9 @@ enum
{80 /*SoundDef.x*/, 64 /*SoundDef.y*/ + LINEHEIGHT *(n), (16 + 2) * 8, 13}

static menuitem_t SoundMenu[] = {
{2, "M_SFXVOL", M_SfxVol, 's', "Sfx Volume", {}, MF_THRM_STR},
{2, "M_SFXVOL", M_SfxVol, 's', "Sfx Volume", {0}, MF_THRM_STR},
{-1, "", NULL, 0, NULL, THERMO_VOLUME_RECT(sfx_vol_thermo), MF_THRM },
{2, "M_MUSVOL", M_MusicVol, 'm', "Music Volume", {}, MF_THRM_STR},
{2, "M_MUSVOL", M_MusicVol, 'm', "Music Volume", {0}, MF_THRM_STR},
{-1, "", NULL, 0, NULL, THERMO_VOLUME_RECT(music_vol_thermo), MF_THRM },
};

Expand Down

0 comments on commit 2ea6f84

Please sign in to comment.