| 1287 | { |
| 1288 | sound[SOUND_MOVE].radius_outer = 30.0f; |
| 1289 | auto_tweak::load_param<F32, F32>(sound[SOUND_MOVE].radius_outer, 1.0f, 0.0f, 100000.0f, |
| 1290 | ap, apsize, "sound[SOUND_MOVE].radius_outer"); |
| 1291 | } |
| 1292 | if (init) |
| 1293 | { |
| 1294 | sound[SOUND_MOVE].priority = 0; |
| 1295 | auto_tweak::load_param<S32, S32>(sound[SOUND_MOVE].priority, 1, 0, 1000, ap, apsize, |
| 1296 | "sound[SOUND_MOVE].priority"); |
| 1297 | } |
| 1298 | if (init) |
nothing calls this directly
no test coverage detected