From 3460e8bf9381c61e1bef98b78d320a8bd52b7f5f Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Fri, 25 Nov 2005 16:21:10 +0000 Subject: * Removal of remaining hard coded effects * Removal of local entities system * Particle system enhancements to replace functionality lost by removing localents --- Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'Makefile') 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 \ -- cgit