From e80ad4bf122eb05a5ed0c920e36cf656f98dc6e5 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Sun, 20 Nov 2005 03:55:39 +0000 Subject: * Abstract attachment system * Scriptable trails system * Various other stuff I'm too tired to try and remember now --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e9d3cd3b..9a74bf50 100644 --- a/Makefile +++ b/Makefile @@ -65,6 +65,7 @@ CGOBJ = \ $(CGDIRNAME)/cg_weapons.o \ $(CGDIRNAME)/cg_mem.o \ $(CGDIRNAME)/cg_scanner.o \ + $(CGDIRNAME)/cg_attachment.o \ $(CGDIRNAME)/cg_trails.o \ $(CGDIRNAME)/cg_particles.o \ $(CGDIRNAME)/cg_ptr.o \ -- cgit