Fix char select music not playing in secrets menu

This commit is contained in:
mazmazz 2019-10-27 13:12:36 -04:00
parent c221a89c67
commit 23c6011348
1 changed files with 1 additions and 1 deletions

View File

@ -2306,7 +2306,7 @@ void M_InitMenuPresTables(void)
strncpy(menupres[i].musname, "_recat", 7);
else if (i == MN_SP_NIGHTSATTACK)
strncpy(menupres[i].musname, "_nitat", 7);
else if (i == MN_SP_PLAYER)
else if (i == MN_SP_PLAYER || i == MN_SR_PLAYER)
strncpy(menupres[i].musname, "_chsel", 7);
}
}