mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'master' into next
This commit is contained in:
commit
a4cba6a5f9
1 changed files with 1 additions and 8 deletions
|
|
@ -1490,17 +1490,10 @@ void P_PlayLivesJingle(player_t *player)
|
||||||
if (player && !P_IsLocalPlayer(player))
|
if (player && !P_IsLocalPlayer(player))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (use1upSound)
|
if (use1upSound || cv_1upsound.value)
|
||||||
S_StartSound(NULL, sfx_oneup);
|
S_StartSound(NULL, sfx_oneup);
|
||||||
else if (mariomode)
|
else if (mariomode)
|
||||||
S_StartSound(NULL, sfx_marioa);
|
S_StartSound(NULL, sfx_marioa);
|
||||||
else if (cv_1upsound.value)
|
|
||||||
{
|
|
||||||
if (S_sfx[sfx_oneup].lumpnum != LUMPERROR)
|
|
||||||
S_StartSound(NULL, sfx_oneup);
|
|
||||||
else
|
|
||||||
S_StartSound(NULL, sfx_chchng);/* at least play something! */
|
|
||||||
}
|
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
P_PlayJingle(player, JT_1UP);
|
P_PlayJingle(player, JT_1UP);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue