MCPcopy Create free account
hub / github.com/ClassiCube/ClassiCube / MiO_SetSounds

Function MiO_SetSounds

src/MenuOptions.c:1128–1131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1126
1127static int MiO_GetSounds(void) { return Audio_SoundsVolume; }
1128static void MiO_SetSounds(int v) {
1129 Options_SetInt(OPT_SOUND_VOLUME, v);
1130 Audio_SetSounds(v);
1131}
1132
1133static cc_bool MiO_GetViewBob(void) { return Game_ViewBobbing; }
1134static void MiO_SetViewBob(cc_bool v) {

Callers

nothing calls this directly

Calls 2

Options_SetIntFunction · 0.85
Audio_SetSoundsFunction · 0.85

Tested by

no test coverage detected