mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Play character sounds + follower horns on charsel
This commit is contained in:
parent
f43d108226
commit
6ee0e40c1a
1 changed files with 2 additions and 0 deletions
|
|
@ -777,6 +777,7 @@ static void M_HandleBeginningFollowers(setup_player_t *p)
|
|||
|
||||
static void M_HandleBeginningColorsOrFollowers(setup_player_t *p)
|
||||
{
|
||||
S_StartSound(NULL, skins[p->skin].soundsid[S_sfx[sfx_kattk1].skinsound]);
|
||||
if (M_HandleBeginningColors(p))
|
||||
S_StartSound(NULL, sfx_s3k63);
|
||||
else
|
||||
|
|
@ -1173,6 +1174,7 @@ static void M_HandleFollowerRotate(setup_player_t *p, UINT8 num)
|
|||
p->mdepth = CSSTEP_FOLLOWERCOLORS;
|
||||
M_NewPlayerColors(p);
|
||||
S_StartSound(NULL, sfx_s3k63);
|
||||
S_StartSound(NULL, followers[p->followern].hornsound);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue