From 01aee82bd49575f16b5701cf842f04e6b1ba7b3d Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Tue, 3 Sep 2002 01:57:18 +0000 Subject: * Large purge of legacy Q3A code * Removed Q3A team system * Removed "gametype" stuff * Removed items * Refactored buildable physics * Other general cleanups --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') 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 \ -- cgit