| 1351 | auto_tweak::load_param<S32, S32>(sound[SOUND_RISE].priority, 1, 0, 1000, ap, apsize, |
| 1352 | "sound[SOUND_RISE].priority"); |
| 1353 | } |
| 1354 | if (init) |
| 1355 | { |
| 1356 | sound[SOUND_TAUNT].volume = 1.0f; |
| 1357 | auto_tweak::load_param<F32, F32>(sound[SOUND_TAUNT].volume, 1.0f, 0.0f, 10.0f, ap, |
| 1358 | apsize, "sound[SOUND_TAUNT].volume"); |
| 1359 | } |
nothing calls this directly
no test coverage detected