Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
307
void SaveAudioConfig()
308
{
309
SetVolumeTracks(g_Configuration.MusicVolume);
310
SetVolumeFX(g_Configuration.SfxVolume);
311
}
312
313
void InitDefaultConfiguration()
314
{
Callers
nothing calls this directly
Calls
2
SetVolumeTracks
Function · 0.85
SetVolumeFX
Function · 0.85
Tested by
no test coverage detected