mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Menus/Controls: C (clear) plays chomp sound
This commit is contained in:
parent
b0a5d01a1f
commit
0766e8823b
1 changed files with 1 additions and 1 deletions
|
|
@ -286,7 +286,7 @@ boolean M_ProfileControlsInputs(INT32 ch)
|
||||||
if (M_MenuExtraPressed(pid))
|
if (M_MenuExtraPressed(pid))
|
||||||
{
|
{
|
||||||
if (M_ClearCurrentControl())
|
if (M_ClearCurrentControl())
|
||||||
S_StartSound(NULL, sfx_s3k66);
|
S_StartSound(NULL, sfx_monch);
|
||||||
M_SetMenuDelay(pid);
|
M_SetMenuDelay(pid);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue