diff options
author | Andrey Nazarov <skuller@skuller.net> | 2010-09-19 18:52:54 +0400 |
---|---|---|
committer | Andrey Nazarov <skuller@skuller.net> | 2010-09-19 20:10:32 +0400 |
commit | bf4250f35774628a70169b6b0b6d6644a53504bb (patch) | |
tree | 4f76cb16ca12fe398b98b2c5e63fcc02cc6999f3 /src/cl_newfx.c | |
parent | fe038bcdf1fcf2ab2f6975d078c5c82f477836ed (diff) |
Cleaned up cparticle_t.
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; |