mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2025-02-17 09:34:02 +00:00
Fixing 'No newline at end of file' warnings
This commit is contained in:
parent
7a7a50b2a9
commit
a454aa36a5
2 changed files with 8 additions and 2 deletions
|
@ -5,6 +5,9 @@
|
|||
//-----------------------------------------------------------------------------
|
||||
//
|
||||
// $Log$
|
||||
// Revision 1.29 2005/09/08 03:47:35 jbravo
|
||||
// Fixing 'No newline at end of file' warnings
|
||||
//
|
||||
// Revision 1.28 2005/02/15 16:33:38 makro
|
||||
// Tons of updates (entity tree attachment system, UI vectors)
|
||||
//
|
||||
|
@ -992,4 +995,4 @@ void CG_EvaluateTrajectoryEx(centity_t *cent, int time, vec3_t origin, vec3_t an
|
|||
VectorAdd(angles, parent_angles, angles);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5,6 +5,9 @@
|
|||
//-----------------------------------------------------------------------------
|
||||
//
|
||||
// $Log$
|
||||
// Revision 1.12 2005/09/08 03:47:35 jbravo
|
||||
// Fixing 'No newline at end of file' warnings
|
||||
//
|
||||
// Revision 1.11 2005/09/07 20:27:42 makro
|
||||
// Entity attachment trees
|
||||
//
|
||||
|
@ -1884,4 +1887,4 @@ void ToAxisAngles(vec3_t in, vec3_t out)
|
|||
VectorMA(result, in[ROLL], forward, result);
|
||||
|
||||
VectorCopy(result, out);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue