summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2002-09-03 01:57:18 +0000
committerTim Angus <tim@ngus.net>2002-09-03 01:57:18 +0000
commit01aee82bd49575f16b5701cf842f04e6b1ba7b3d (patch)
treec306eed20c91cce6221a115a173f9b6cf68da393 /Makefile
parentbb5d52f699a403e22584aa18946a091f345662e8 (diff)
* Large purge of legacy Q3A code
* Removed Q3A team system * Removed "gametype" stuff * Removed items * Refactored buildable physics * Other general cleanups
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a7ac1534..28a96b5c 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@ GOBJ = \
$(GDIRNAME)/g_client.o \
$(GDIRNAME)/g_cmds.o \
$(GDIRNAME)/g_combat.o \
- $(GDIRNAME)/g_items.o \
+ $(GDIRNAME)/g_physics.o \
$(GDIRNAME)/g_buildable.o \
$(GDIRNAME)/g_misc.o \
$(GDIRNAME)/g_missile.o \
@@ -59,7 +59,6 @@ CGOBJ = \
$(CGDIRNAME)/cg_players.o \
$(CGDIRNAME)/cg_playerstate.o \
$(CGDIRNAME)/cg_predict.o \
- $(CGDIRNAME)/cg_scoreboard.o \
$(CGDIRNAME)/cg_servercmds.o \
$(CGDIRNAME)/cg_snapshot.o \
$(CGDIRNAME)/cg_view.o \