From 122de31ac2834809fb15088eda6f5278d4525fb1 Mon Sep 17 00:00:00 2001 From: "Tony J. White" Date: Sat, 3 Oct 2009 11:44:02 +0000 Subject: * voice chat stuff (no, not like TeamSpeak) --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 68c9ee05..31f60014 100644 --- a/Makefile +++ b/Makefile @@ -1333,6 +1333,7 @@ CGOBJ_ = \ $(B)/base/cgame/bg_slidemove.o \ $(B)/base/cgame/bg_lib.o \ $(B)/base/cgame/bg_alloc.o \ + $(B)/base/cgame/bg_voice.o \ $(B)/base/cgame/cg_consolecmds.o \ $(B)/base/cgame/cg_buildable.o \ $(B)/base/cgame/cg_animation.o \ @@ -1384,6 +1385,7 @@ GOBJ_ = \ $(B)/base/game/bg_slidemove.o \ $(B)/base/game/bg_lib.o \ $(B)/base/game/bg_alloc.o \ + $(B)/base/game/bg_voice.o \ $(B)/base/game/g_active.o \ $(B)/base/game/g_client.o \ $(B)/base/game/g_cmds.o \ -- cgit