diff --git a/world.h b/world.h index 99d11b4..0568ffe 100644 --- a/world.h +++ b/world.h @@ -84,4 +84,4 @@ trace_t CM_BoxTrace (vec3_t start, vec3_t end, //Trace a box trough a model void CM_TraceToBrushModel (int firstbrush, int numbrushes, vec3_t mins, vec3_t maxs, - vec3_t start, vec3_t end, trace_t *trace, int brushmask); \ No newline at end of file + vec3_t start, vec3_t end, trace_t *trace, int brushmask);