mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-17 23:21:22 +00:00
Merge branch 'secrets-charsel-music-fix' into 'master'
Fix char select music not playing in secrets menu Closes #272 See merge request STJr/SRB2Internal!421
This commit is contained in:
commit
546f313616
1 changed files with 1 additions and 1 deletions
|
@ -2307,7 +2307,7 @@ void M_InitMenuPresTables(void)
|
||||||
strncpy(menupres[i].musname, "_recat", 7);
|
strncpy(menupres[i].musname, "_recat", 7);
|
||||||
else if (i == MN_SP_NIGHTSATTACK)
|
else if (i == MN_SP_NIGHTSATTACK)
|
||||||
strncpy(menupres[i].musname, "_nitat", 7);
|
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);
|
strncpy(menupres[i].musname, "_chsel", 7);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue