From 9b23dbcd3a86aeca7685d779e9c8b70abf3fbc50 Mon Sep 17 00:00:00 2001 From: "M. Kristall" Date: Fri, 26 Feb 2010 22:25:18 +0000 Subject: * Separate namelog from admin * Client to namelog mapping * Merge mute, denybuild, ptr in namelog; remove ptr --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit