mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-31 05:30:48 +00:00
clean whitespace
This commit is contained in:
parent
c2a54acae3
commit
70896f9095
1 changed files with 1 additions and 1 deletions
|
@ -2366,7 +2366,7 @@ void S_ChangeMusicEx(const char *mmusic, UINT16 mflags, boolean looping, UINT32
|
|||
return;
|
||||
}
|
||||
else if (strnicmp(music_name, newmusic, 6) || (mflags & MUSIC_FORCERESET) ||
|
||||
(midipref != currentmidi && PREFAVAILABLE(midipref, newmusic)))
|
||||
(midipref != currentmidi && PREFAVAILABLE(midipref, newmusic)))
|
||||
{
|
||||
CONS_Debug(DBG_DETAILED, "Now playing song %s\n", newmusic);
|
||||
|
||||
|
|
Loading…
Reference in a new issue