clearly I don't care about Super forms much :v

This commit is contained in:
Inuyasha 2016-02-04 02:37:40 -08:00
parent 577afbc693
commit 42fb7ed5aa
1 changed files with 1 additions and 1 deletions

View File

@ -1119,7 +1119,7 @@ void P_RestoreMusic(player_t *player)
return;
S_SpeedMusic(1.0f);
if (player->powers[pw_super] && !(mapheaderinfo[gamemap-1]->levelflags & LF_NOSSMUSIC))
S_ChangeMusicInternal("_1up", true);
S_ChangeMusicInternal("_super", true);
else if (player->powers[pw_invulnerability] > 1)
S_ChangeMusicInternal((mariomode) ? "_minv" : "_inv", false);
else if (player->powers[pw_sneakers] > 1 && !player->powers[pw_super])