| 137 | } |
| 138 | |
| 139 | void xSndDelayedInit() |
| 140 | { |
| 141 | for (int i = 0; i < 16; i++) |
| 142 | { |
| 143 | //Alternates between f1 and f0 |
| 144 | sDelayedSnd[i].delay = 0.0f; |
| 145 | } |
| 146 | sDelayedPaused = 0; |
| 147 | } |
| 148 | |
| 149 | void xSndAddDelayed(U32 id, F32 vol, F32 pitch, U32 priority, U32 flags, U32 parentID, xEnt* parentEnt, xVec3* pos, F32 innerRadius, F32 outerRadius, sound_category category, F32 delay) |
| 150 | { |
no outgoing calls
no test coverage detected