Fix msvc build (#1613)

This commit is contained in:
gendlin 2024-03-21 22:25:27 -04:00 committed by GitHub
parent 21ed8a1f3b
commit 64c7dafc55
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1290,9 +1290,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 },
};