From cd01b7da984dbc08cafb110ab33f432c6fe963f5 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Sat, 3 Oct 2009 11:40:16 +0000 Subject: * Consolidate memory allocation into bg_alloc.c --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0c4dc243..68c9ee05 100644 --- a/Makefile +++ b/Makefile @@ -1332,6 +1332,7 @@ CGOBJ_ = \ $(B)/base/cgame/bg_pmove.o \ $(B)/base/cgame/bg_slidemove.o \ $(B)/base/cgame/bg_lib.o \ + $(B)/base/cgame/bg_alloc.o \ $(B)/base/cgame/cg_consolecmds.o \ $(B)/base/cgame/cg_buildable.o \ $(B)/base/cgame/cg_animation.o \ @@ -1348,7 +1349,6 @@ CGOBJ_ = \ $(B)/base/cgame/cg_snapshot.o \ $(B)/base/cgame/cg_view.o \ $(B)/base/cgame/cg_weapons.o \ - $(B)/base/cgame/cg_mem.o \ $(B)/base/cgame/cg_scanner.o \ $(B)/base/cgame/cg_attachment.o \ $(B)/base/cgame/cg_trails.o \ @@ -1383,7 +1383,7 @@ GOBJ_ = \ $(B)/base/game/bg_pmove.o \ $(B)/base/game/bg_slidemove.o \ $(B)/base/game/bg_lib.o \ - $(B)/base/game/g_mem.o \ + $(B)/base/game/bg_alloc.o \ $(B)/base/game/g_active.o \ $(B)/base/game/g_client.o \ $(B)/base/game/g_cmds.o \ -- cgit