Add stub functions for the Vox sentence functions, which have been

taken out of upstream Nuclide.
This commit is contained in:
Marco Cawthorne 2021-10-20 01:21:23 +02:00
parent c6616fe18f
commit 399d33a701
Signed by: eukara
GPG Key ID: C196CD8BA993248A
2 changed files with 12 additions and 0 deletions

1
src/server/progs.src Executable file → Normal file
View File

@ -23,6 +23,7 @@ defs.h
../../../valve/src/server/player.qc
../../../valve/src/server/spectator.qc
vox.qc
../../../valve/src/server/items.qc
info_player_teamspawn.qc
item_tfgoal.qc

11
src/server/vox.qc Normal file
View File

@ -0,0 +1,11 @@
void
Vox_Sentence_Broadcast(string msg)
{
}
void
Vox_Sentence_Single(entity targ, string msg)
{
}