| 1795 | } |
| 1796 | |
| 1797 | void |
| 1798 | assign_soundlib(int idx) |
| 1799 | { |
| 1800 | if (!IndexOk(idx, soundlib_choices)) |
| 1801 | panic("assign_soundlib: invalid soundlib (%d)", idx); |
| 1802 | |
| 1803 | gc.chosen_soundlib |
| 1804 | = (uint32_t) soundlib_choices[idx].sndprocs->soundlib_id; |
| 1805 | } |
| 1806 | |
| 1807 | #if 0 |
| 1808 | staticfn void |
no test coverage detected