mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
More thorough Mario soundification for new shield sounds.
This commit is contained in:
parent
3e3f595f1e
commit
a5a6ceff71
1 changed files with 7 additions and 0 deletions
|
|
@ -607,6 +607,13 @@ void S_StartSound(const void *origin, sfxenum_t sfx_id)
|
||||||
sfx_id = sfx_mario6;
|
sfx_id = sfx_mario6;
|
||||||
break;
|
break;
|
||||||
case sfx_shield:
|
case sfx_shield:
|
||||||
|
case sfx_wirlsg:
|
||||||
|
case sfx_forcsg:
|
||||||
|
case sfx_elemsg:
|
||||||
|
case sfx_armasg:
|
||||||
|
case sfx_s3k3e:
|
||||||
|
case sfx_s3k3f:
|
||||||
|
case sfx_s3k41:
|
||||||
sfx_id = sfx_mario3;
|
sfx_id = sfx_mario3;
|
||||||
break;
|
break;
|
||||||
case sfx_itemup:
|
case sfx_itemup:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue