MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / SaveAudioConfig

Function SaveAudioConfig

TombEngine/Specific/configuration.cpp:307–311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305}
306
307void SaveAudioConfig()
308{
309 SetVolumeTracks(g_Configuration.MusicVolume);
310 SetVolumeFX(g_Configuration.SfxVolume);
311}
312
313void InitDefaultConfiguration()
314{

Callers

nothing calls this directly

Calls 2

SetVolumeTracksFunction · 0.85
SetVolumeFXFunction · 0.85

Tested by

no test coverage detected