From 63f0272dd145b10c349163ba465fcbcf5ac48e0d Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Thu, 24 Nov 2005 19:00:52 +0000 Subject: * 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 --- src/cgame/cg_ents.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cgame/cg_ents.c') 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: -- cgit