mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-23 20:52:16 +00:00
Removed an extra definition of the vtos call
This commit is contained in:
parent
b8c486753e
commit
f330eb00d2
1 changed files with 6 additions and 1 deletions
|
@ -5,6 +5,9 @@
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
//
|
//
|
||||||
// $Log$
|
// $Log$
|
||||||
|
// Revision 1.40 2002/08/21 07:09:54 jbravo
|
||||||
|
// Removed an extra definition of the vtos call
|
||||||
|
//
|
||||||
// Revision 1.39 2002/07/22 07:27:21 niceass
|
// Revision 1.39 2002/07/22 07:27:21 niceass
|
||||||
// better fog laser support
|
// better fog laser support
|
||||||
//
|
//
|
||||||
|
@ -1018,6 +1021,8 @@ This is just a convenience function
|
||||||
for printing vectors
|
for printing vectors
|
||||||
=============
|
=============
|
||||||
*/
|
*/
|
||||||
|
/*
|
||||||
|
* JBravo: this is unneccesary and causes compiler warnings for two definitions
|
||||||
char *vtos(const vec3_t v)
|
char *vtos(const vec3_t v)
|
||||||
{
|
{
|
||||||
static int index;
|
static int index;
|
||||||
|
@ -1032,7 +1037,7 @@ char *vtos(const vec3_t v)
|
||||||
|
|
||||||
return s;
|
return s;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
// JBravo: also for func_explosive
|
// JBravo: also for func_explosive
|
||||||
/*
|
/*
|
||||||
===================
|
===================
|
||||||
|
|
Loading…
Reference in a new issue