From 3d0fef73d7b3494bc4457953332d79e51a522201 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Sat, 27 Jan 2001 22:43:12 +0000 Subject: Ugh, haven't done this in weeks. Um. New creep system, half built new torchlight and the usual assortment of bug fixes. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 60e70d76..b88a9715 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,6 @@ GOBJ = \ $(GDIRNAME)/g_combat.o \ $(GDIRNAME)/g_items.o \ $(GDIRNAME)/g_buildable.o \ - $(GDIRNAME)/g_creep.o \ $(GDIRNAME)/g_mem.o \ $(GDIRNAME)/g_misc.o \ $(GDIRNAME)/g_missile.o \ @@ -38,6 +37,7 @@ GOBJ = \ $(GDIRNAME)/g_trigger.o \ $(GDIRNAME)/g_utils.o \ $(GDIRNAME)/g_weapon.o + #(GDIRNAME)/g_creep.o \ CGOBJ = \ $(CGDIRNAME)/cg_main.o \ -- cgit