added a small carriage return at the end of the file to prevent gcc
warning
This commit is contained in:
parent
4d3a080fc6
commit
c627066936
1 changed files with 1 additions and 1 deletions
2
world.h
2
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);
|
||||
vec3_t start, vec3_t end, trace_t *trace, int brushmask);
|
||||
|
|
Loading…
Reference in a new issue