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 /Makefile | |
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 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 \ |