mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-25 19:43:22 +00:00
Doing this looks more appealing to me
This commit is contained in:
parent
d6399bc2bc
commit
a4ce0bebbd
1 changed files with 1 additions and 6 deletions
|
|
@ -1734,15 +1734,10 @@ void P_DoPlayerExit(player_t *player)
|
||||||
{
|
{
|
||||||
sfxenum_t sfx_id;
|
sfxenum_t sfx_id;
|
||||||
if (K_IsPlayerLosing(player))
|
if (K_IsPlayerLosing(player))
|
||||||
{
|
|
||||||
sfx_id = ((skin_t *)player->mo->skin)->soundsid[S_sfx[sfx_klose].skinsound];
|
sfx_id = ((skin_t *)player->mo->skin)->soundsid[S_sfx[sfx_klose].skinsound];
|
||||||
S_StartSound(NULL, sfx_id);
|
|
||||||
}
|
|
||||||
else
|
else
|
||||||
{
|
|
||||||
sfx_id = ((skin_t *)player->mo->skin)->soundsid[S_sfx[sfx_kwin].skinsound];
|
sfx_id = ((skin_t *)player->mo->skin)->soundsid[S_sfx[sfx_kwin].skinsound];
|
||||||
S_StartSound(NULL, sfx_id);
|
S_StartSound(NULL, sfx_id);
|
||||||
}
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue