| 216 | } |
| 217 | |
| 218 | void cgi_S_AddLoopingSound( int entityNum, const vec3_t origin, const vec3_t velocity, sfxHandle_t sfx, soundChannel_t chan ) { |
| 219 | Q_syscall( CG_S_ADDLOOPINGSOUND, entityNum, origin, velocity, sfx, chan ); |
| 220 | } |
| 221 | |
| 222 | void cgi_S_UpdateEntityPosition( int entityNum, const vec3_t origin ) { |
| 223 | Q_syscall( CG_S_UPDATEENTITYPOSITION, entityNum, origin ); |
no outgoing calls
no test coverage detected