Fix music file names for titlescreen and credits
This commit is contained in:
parent
389acf3020
commit
52a02c40e5
1 changed files with 2 additions and 2 deletions
|
|
@ -692,7 +692,7 @@ void F_StartCredits(void)
|
|||
S_StopMusic();
|
||||
S_StopSounds();
|
||||
|
||||
S_ChangeMusicInternal("_creds", false);
|
||||
S_ChangeMusicInternal("credit", false);
|
||||
S_ShowMusicCredit();
|
||||
|
||||
finalecount = 0;
|
||||
|
|
@ -2050,7 +2050,7 @@ void F_TitleScreenTicker(boolean run)
|
|||
if (menupres[MN_MAIN].musname[0])
|
||||
S_ChangeMusic(menupres[MN_MAIN].musname, menupres[MN_MAIN].mustrack, menupres[MN_MAIN].muslooping);
|
||||
else
|
||||
S_ChangeMusicInternal("_title", looptitle);
|
||||
S_ChangeMusicInternal("titles", looptitle);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue