diff options
Diffstat (limited to 'src/cgame/cg_animmapobj.c')
-rw-r--r-- | src/cgame/cg_animmapobj.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/cgame/cg_animmapobj.c b/src/cgame/cg_animmapobj.c index 2fc98bc6..6913721d 100644 --- a/src/cgame/cg_animmapobj.c +++ b/src/cgame/cg_animmapobj.c @@ -125,13 +125,8 @@ void CG_ModelDoor( centity_t *cent ) { refEntity_t ent; entityState_t *es; - vec3_t mins, maxs, size, rotSize; - vec3_t cMins, cMaxs, displacement; - vec3_t bMaxs, scale; animation_t anim; lerpFrame_t *lf = ¢->lerpFrame; - float temp; - es = ¢->currentState; |