| 198 | |
| 199 | #if USE_SV_PNT_CONTENTS |
| 200 | int CG_PointContents( const vec3_t point, int passEntityNum ) { |
| 201 | return gi.pointcontents(point,passEntityNum ); |
| 202 | } |
| 203 | #else |
| 204 | int CG_PointContents( const vec3_t point, int passEntityNum ) { |
| 205 | int i; |
no test coverage detected