(Object unused)
| 1241 | } |
| 1242 | |
| 1243 | private static void AlwaysRunFunc(Object unused) { |
| 1244 | Cvar.getInstance().SetValue("cl_run", s_options_alwaysrun_box.curvalue); |
| 1245 | } |
| 1246 | |
| 1247 | private static void FreeLookFunc(Object unused) { |
| 1248 | Cvar.getInstance().SetValue("freelook", s_options_freelook_box.curvalue); |
no test coverage detected