summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorM. Kristall <mkpdev@gmail.com>2010-02-26 22:25:18 +0000
committerTim Angus <tim@ngus.net>2013-01-03 00:17:28 +0000
commit9b23dbcd3a86aeca7685d779e9c8b70abf3fbc50 (patch)
tree42166eb39e4235951e7ac5403ce9ff9b09142558 /Makefile
parente17c99932a785f0d1548f1b98c8ca93cc0c97eb6 (diff)
* Separate namelog from admin
* Client to namelog mapping * Merge mute, denybuild, ptr in namelog; remove ptr
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f19d0d65..56890059 100644
--- a/Makefile
+++ b/Makefile
@@ -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