diff options
Diffstat (limited to 'src/cgame/cg_local.h')
-rw-r--r-- | src/cgame/cg_local.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cgame/cg_local.h b/src/cgame/cg_local.h index 14527607..ccd8789e 100644 --- a/src/cgame/cg_local.h +++ b/src/cgame/cg_local.h @@ -1562,6 +1562,9 @@ void CG_ModelDoor( centity_t *cent ); // // cg_predict.c // + +#define MAGIC_TRACE_HACK -2 + void CG_BuildSolidList( void ); int CG_PointContents( const vec3_t point, int passEntityNum ); void CG_Trace( trace_t *result, const vec3_t start, const vec3_t mins, const vec3_t maxs, const vec3_t end, |