(Object unused)
| 1318 | } |
| 1319 | |
| 1320 | private static void LookstrafeFunc(Object unused) { |
| 1321 | Cvar.getInstance().SetValue("lookstrafe", 1 - ClientGlobals.lookstrafe.value); |
| 1322 | } |
| 1323 | |
| 1324 | private static void UpdateVolumeFunc(Object unused) { |
| 1325 | Cvar.getInstance().SetValue("s_volume", s_options_sfxvolume_slider.curvalue / 10); |
no test coverage detected