| 925 | } |
| 926 | |
| 927 | void xSndPlay3D(U32 id, F32 vol, F32 pitch, U32 priority, U32 flags, const xVec3* pos, F32 radius, |
| 928 | sound_category category, F32 delay) |
| 929 | { |
| 930 | xSndPlay3D(id, vol, pitch, priority, flags, pos, radius / 4.0f, radius, category, delay); |
| 931 | } |
| 932 | |
| 933 | S32 xNPCBasic::SelfType() const |
| 934 | { |
no outgoing calls
no test coverage detected