diff options
Diffstat (limited to 'src/cl_newfx.c')
-rw-r--r-- | src/cl_newfx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cl_newfx.c b/src/cl_newfx.c index c227953..eb1eb78 100644 --- a/src/cl_newfx.c +++ b/src/cl_newfx.c @@ -828,7 +828,7 @@ CL_TagTrail =============== */ -void CL_TagTrail (vec3_t start, vec3_t end, float color) +void CL_TagTrail (vec3_t start, vec3_t end, int color) { vec3_t move; vec3_t vec; |