summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2005-11-25 16:21:10 +0000
committerTim Angus <tim@ngus.net>2005-11-25 16:21:10 +0000
commit3460e8bf9381c61e1bef98b78d320a8bd52b7f5f (patch)
tree4e9fd1150b31476e22078364a7782c8327f4efb8 /Makefile
parent63f0272dd145b10c349163ba465fcbcf5ac48e0d (diff)
* Removal of remaining hard coded effects
* Removal of local entities system * Particle system enhancements to replace functionality lost by removing localents
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ed1c6d6d..ddfb4ce3 100644
--- a/Makefile
+++ b/Makefile
@@ -52,10 +52,8 @@ CGOBJ = \
$(CGDIRNAME)/cg_animmapobj.o \
$(CGDIRNAME)/cg_draw.o \
$(CGDIRNAME)/cg_drawtools.o \
- $(CGDIRNAME)/cg_effects.o \
$(CGDIRNAME)/cg_ents.o \
$(CGDIRNAME)/cg_event.o \
- $(CGDIRNAME)/cg_localents.o \
$(CGDIRNAME)/cg_marks.o \
$(CGDIRNAME)/cg_players.o \
$(CGDIRNAME)/cg_playerstate.o \