mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2025-03-13 22:22:13 +00:00
Fixing "No newline at end of file" Warnings Linux keeps giving me
This commit is contained in:
parent
0d0b207c63
commit
12aeabe981
4 changed files with 15 additions and 4 deletions
|
@ -5,6 +5,9 @@
|
|||
//-----------------------------------------------------------------------------
|
||||
//
|
||||
// $Log$
|
||||
// Revision 1.48 2002/02/08 18:00:34 jbravo
|
||||
// Fixing "No newline at end of file" Warnings Linux keeps giving me
|
||||
//
|
||||
// Revision 1.47 2002/01/14 01:19:23 niceass
|
||||
// No more default 800 gravity on items - NiceAss
|
||||
//
|
||||
|
@ -4036,4 +4039,5 @@ void CG_CalcViewDir2(const vec3_t start, const vec3_t end, vec3_t viewDir) {
|
|||
vec3_t delta;
|
||||
VectorSubtract(end, start, delta);
|
||||
VectorNormalize2(delta, viewDir);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -110,4 +110,5 @@ void MM_Ready_f(gentity_t *ent) {
|
|||
else
|
||||
trap_SendServerCommand(ent-g_entities, "print \"You need to be a captain for that\n\"");
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -5,6 +5,9 @@
|
|||
//-----------------------------------------------------------------------------
|
||||
//
|
||||
// $Log$
|
||||
// Revision 1.20 2002/02/08 18:00:34 jbravo
|
||||
// Fixing "No newline at end of file" Warnings Linux keeps giving me
|
||||
//
|
||||
// Revision 1.19 2002/01/14 01:20:45 niceass
|
||||
// No more default 800 gravity on items
|
||||
// Thrown knife+Glass fix - NiceAss
|
||||
|
@ -866,4 +869,5 @@ void G_GravityChange(void) {
|
|||
ent->s.pos.trTime = level.time;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -5,6 +5,9 @@
|
|||
//-----------------------------------------------------------------------------
|
||||
//
|
||||
// $Log$
|
||||
// Revision 1.5 2002/02/08 18:00:34 jbravo
|
||||
// Fixing "No newline at end of file" Warnings Linux keeps giving me
|
||||
//
|
||||
// Revision 1.4 2002/01/11 19:48:33 jbravo
|
||||
// Formatted the source in non DOS format.
|
||||
//
|
||||
|
@ -364,4 +367,3 @@ qboolean trap_VerifyCDKey( const char *key, const char *chksum) {
|
|||
return syscall( UI_VERIFY_CDKEY, key, chksum);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in a new issue