mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 09:11:48 +00:00
Fix char select music not playing in secrets menu
This commit is contained in:
parent
c221a89c67
commit
23c6011348
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue