diff options
author | Tim Angus <tim@ngus.net> | 2002-09-03 01:57:18 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2002-09-03 01:57:18 +0000 |
commit | 01aee82bd49575f16b5701cf842f04e6b1ba7b3d (patch) | |
tree | c306eed20c91cce6221a115a173f9b6cf68da393 /Makefile | |
parent | bb5d52f699a403e22584aa18946a091f345662e8 (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-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 \ |