diff options
author | Tony J. White <tjw@tjw.org> | 2009-10-03 11:44:02 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:15:17 +0000 |
commit | 122de31ac2834809fb15088eda6f5278d4525fb1 (patch) | |
tree | dcb4c460a2cae6df5195bd4eb21c32a7ee309ba1 /Makefile | |
parent | 82ef46c4c099fbfed24fa326ee6f501ad5535a30 (diff) |
* voice chat stuff (no, not like TeamSpeak)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 \ |