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 --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9a74bf50..ed1c6d6d 100644 --- a/Makefile +++ b/Makefile @@ -48,6 +48,7 @@ CGOBJ = \ $(GDIRNAME)/q_shared.o \ $(CGDIRNAME)/cg_consolecmds.o \ $(CGDIRNAME)/cg_buildable.o \ + $(CGDIRNAME)/cg_animation.o \ $(CGDIRNAME)/cg_animmapobj.o \ $(CGDIRNAME)/cg_draw.o \ $(CGDIRNAME)/cg_drawtools.o \ -- cgit