don't change MUSINFO music if nomusicparm is set

This commit is contained in:
Roman Fomin 2021-09-01 13:25:27 +07:00
parent 2edac4d48f
commit e4055d59dd

View File

@ -616,6 +616,11 @@ void S_ChangeMusInfoMusic (int lumpnum, int looping)
{
musicinfo_t *music;
if (nomusicparm)
{
return;
}
// [crispy] restarting the map plays the original music
//prevmap = -1;