| 59 | ****************************/ |
| 60 | |
| 61 | cell_t SoundReferenceToIndex(cell_t ref) |
| 62 | { |
| 63 | if (ref == 0 || ref == -1 || ref == -2) |
| 64 | { |
| 65 | return ref; |
| 66 | } |
| 67 | |
| 68 | return gamehelpers->ReferenceToIndex(ref); |
| 69 | } |
| 70 | |
| 71 | size_t SoundHooks::_FillInPlayers(int *pl_array, IRecipientFilter *pFilter) |
| 72 | { |
no test coverage detected