mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Reduce <10 ring warning sound volume
This commit is contained in:
parent
647ab66c2f
commit
eb4524fe1f
1 changed files with 1 additions and 1 deletions
|
|
@ -3525,7 +3525,7 @@ void A_AttractChase(mobj_t *actor)
|
||||||
if (actor->target->player->rings <= 10 && P_IsDisplayPlayer(actor->target->player))
|
if (actor->target->player->rings <= 10 && P_IsDisplayPlayer(actor->target->player))
|
||||||
{
|
{
|
||||||
S_ReducedVFXSoundAtVolume(actor->target, sfx_gshab,
|
S_ReducedVFXSoundAtVolume(actor->target, sfx_gshab,
|
||||||
255 - 10*actor->target->player->rings
|
255 - 20*actor->target->player->rings
|
||||||
, NULL);
|
, NULL);
|
||||||
|
|
||||||
if (actor->target->player->rings == 0)
|
if (actor->target->player->rings == 0)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue