diff options
author | M. Kristall <mkpdev@gmail.com> | 2010-02-26 22:25:18 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:17:28 +0000 |
commit | 9b23dbcd3a86aeca7685d779e9c8b70abf3fbc50 (patch) | |
tree | 42166eb39e4235951e7ac5403ce9ff9b09142558 /Makefile | |
parent | e17c99932a785f0d1548f1b98c8ca93cc0c97eb6 (diff) |
* Separate namelog from admin
* Client to namelog mapping
* Merge mute, denybuild, ptr in namelog; remove ptr
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1605,7 +1605,6 @@ CGOBJ_ = \ $(B)/base/cgame/cg_attachment.o \ $(B)/base/cgame/cg_trails.o \ $(B)/base/cgame/cg_particles.o \ - $(B)/base/cgame/cg_ptr.o \ $(B)/base/cgame/cg_tutorial.o \ $(B)/base/ui/ui_shared.o \ \ @@ -1654,9 +1653,9 @@ GOBJ_ = \ $(B)/base/game/g_trigger.o \ $(B)/base/game/g_utils.o \ $(B)/base/game/g_maprotation.o \ - $(B)/base/game/g_ptr.o \ $(B)/base/game/g_weapon.o \ $(B)/base/game/g_admin.o \ + $(B)/base/game/g_namelog.o \ \ $(B)/base/qcommon/q_math.o \ $(B)/base/qcommon/q_shared.o |