mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 20:11:47 +00:00
clean whitespace
This commit is contained in:
parent
828e85b452
commit
de393b2c54
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;
|
return;
|
||||||
}
|
}
|
||||||
else if (strnicmp(music_name, newmusic, 6) || (mflags & MUSIC_FORCERESET) ||
|
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);
|
CONS_Debug(DBG_DETAILED, "Now playing song %s\n", newmusic);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue