summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2003-11-19 01:54:33 +0000
committerTim Angus <tim@ngus.net>2003-11-19 01:54:33 +0000
commit743e132f5d95782e57324bfefdd652d86f621a5d (patch)
treef3d4a8d199e495e3adf552f86e6439cf325c452b /Makefile
parentc2f6695b62a3d2264b073c8bd59759237cf56af4 (diff)
* 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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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 = \