| 1126 | |
| 1127 | static int MiO_GetSounds(void) { return Audio_SoundsVolume; } |
| 1128 | static void MiO_SetSounds(int v) { |
| 1129 | Options_SetInt(OPT_SOUND_VOLUME, v); |
| 1130 | Audio_SetSounds(v); |
| 1131 | } |
| 1132 | |
| 1133 | static cc_bool MiO_GetViewBob(void) { return Game_ViewBobbing; } |
| 1134 | static void MiO_SetViewBob(cc_bool v) { |
nothing calls this directly
no test coverage detected