mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-25 21:31:37 +00:00
Added newline at end of file to shut up GCC.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1154 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
095beb9a86
commit
1455020790
1 changed files with 2 additions and 1 deletions
|
@ -315,3 +315,4 @@ trace_t PM_TraceLine (vec3_t start, vec3_t end)
|
||||||
pmove.hullnum = 0;
|
pmove.hullnum = 0;
|
||||||
return PM_PlayerTrace(start, end);
|
return PM_PlayerTrace(start, end);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue