| 920 | } |
| 921 | |
| 922 | xMat4x3* xEntGetFrame(const xEnt* ent) |
| 923 | { |
| 924 | return xModelGetFrame(ent->model); |
| 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) |
no test coverage detected