From 743e132f5d95782e57324bfefdd652d86f621a5d Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Wed, 19 Nov 2003 01:54:33 +0000 Subject: * Added g_maprotation.c to the Makefile * (Experimental) fix for the broken buildables bug * Fixed selling active jetpack bug * Fixed usable buildable appearing for opposing teams buildables --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4aeaf7fc..184a27f9 100644 --- a/Makefile +++ b/Makefile @@ -35,6 +35,7 @@ GOBJ = \ $(GDIRNAME)/g_team.o \ $(GDIRNAME)/g_trigger.o \ $(GDIRNAME)/g_utils.o \ + $(GDIRNAME)/g_maprotation.o \ $(GDIRNAME)/g_weapon.o CGOBJ = \ -- cgit