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:
Mark Olsen 2005-07-20 20:21:10 +00:00
parent 095beb9a86
commit 1455020790
1 changed files with 2 additions and 1 deletions

View File

@ -314,4 +314,5 @@ trace_t PM_TraceLine (vec3_t start, vec3_t end)
{
pmove.hullnum = 0;
return PM_PlayerTrace(start, end);
}
}