From 51f8195fe9846eaf3482da7ccce44064a7c2900a Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Sun, 21 Sep 2003 18:23:47 +0000 Subject: * Fully generalised scriptable paricle system * Changes to Makefile and depend file for above * Tweaks to entities.def * Apparently a bunch of other stuff I've forgotten about --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6bb25ff8..4aeaf7fc 100644 --- a/Makefile +++ b/Makefile @@ -66,6 +66,7 @@ CGOBJ = \ $(CGDIRNAME)/cg_mp3decoder.o \ $(CGDIRNAME)/cg_scanner.o \ $(CGDIRNAME)/cg_trails.o \ + $(CGDIRNAME)/cg_particles.o \ $(UIDIRNAME)/ui_shared.o UIOBJ = \ -- cgit