mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-27 14:10:47 +00:00
MP Jingle: Buildbot fixes
This commit is contained in:
parent
af89cf92e2
commit
17c796fe74
1 changed files with 2 additions and 2 deletions
|
@ -1369,7 +1369,7 @@ void S_AdjustMusicStackTics(void)
|
|||
}
|
||||
}
|
||||
|
||||
static void S_ResetMusicStack()
|
||||
static void S_ResetMusicStack(void)
|
||||
{
|
||||
size_t i;
|
||||
for (i = 0; i < NUMMUSICSTACKS; i++)
|
||||
|
@ -1554,7 +1554,7 @@ boolean S_RecallMusic(UINT16 status, boolean fromfirst)
|
|||
|
||||
if (entry.status == JT_MASTER)
|
||||
{
|
||||
mapmuschanged = (boolean)strnicmp(entry.musname, mapmusname, 7);
|
||||
mapmuschanged = strnicmp(entry.musname, mapmusname, 7);
|
||||
S_ResetMusicStack();
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue