diff options
author | Tim Angus <tim@ngus.net> | 2005-11-24 19:00:52 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2005-11-24 19:00:52 +0000 |
commit | 63f0272dd145b10c349163ba465fcbcf5ac48e0d (patch) | |
tree | 0c34ea6411a1056213f2b0923d771a2726901313 /src/cgame/cg_ents.c | |
parent | e80ad4bf122eb05a5ed0c920e36cf656f98dc6e5 (diff) |
* 3D particles
* Brass ejections now done via particle system
* static_tranform particle move type
* thirdPersonOnly particle and trail system property
* Trail jitter now done in two dimensions
Diffstat (limited to 'src/cgame/cg_ents.c')
-rw-r--r-- | src/cgame/cg_ents.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cgame/cg_ents.c b/src/cgame/cg_ents.c index 8c047e27..b622d2f3 100644 --- a/src/cgame/cg_ents.c +++ b/src/cgame/cg_ents.c @@ -1087,7 +1087,7 @@ static void CG_AddCEntity( centity_t *cent ) break; case ET_ANIMMAPOBJ: - CG_animMapObj( cent ); + CG_AnimMapObj( cent ); break; case ET_MODELDOOR: |