More thorough Mario soundification for new shield sounds.

This commit is contained in:
toasterbabe 2016-10-23 22:21:42 +01:00
parent 3e3f595f1e
commit a5a6ceff71
1 changed files with 7 additions and 0 deletions

View File

@ -607,6 +607,13 @@ void S_StartSound(const void *origin, sfxenum_t sfx_id)
sfx_id = sfx_mario6;
break;
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;
break;
case sfx_itemup: