mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-28 13:21:42 +00:00
Give the final decide sound to bool toggling.
This commit is contained in:
parent
28416f651e
commit
e86fc02675
1 changed files with 1 additions and 4 deletions
|
|
@ -448,10 +448,7 @@ static void DrawConfigOption(int32_t rowIndex, float yOffset, ConfigDef<T>* conf
|
|||
|
||||
VideoConfigValueChangedCallback(config);
|
||||
|
||||
if (config->Value)
|
||||
PlaySound("sys_actstg_pausedecide");
|
||||
else
|
||||
PlaySound("sys_actstg_pausecansel");
|
||||
PlaySound("sys_worldmap_finaldecide");
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue