Give the final decide sound to bool toggling.

This commit is contained in:
Skyth 2024-11-19 14:28:58 +03:00
parent 28416f651e
commit e86fc02675

View file

@ -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