mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-04-11 12:40:45 +00:00
Voice over Network weitergehend kommentiert
This commit is contained in:
parent
c8927b0cee
commit
185063f1a9
1 changed files with 3 additions and 0 deletions
|
@ -818,6 +818,9 @@ void S_AddLoopSounds (void) {
|
|||
|
||||
/*
|
||||
* Cinematic streaming and voice over network
|
||||
* This could be used for chat over network, but that
|
||||
* would be terrible slow. Still we can not remove this
|
||||
* as it's used by taunts and maybe some mods out there
|
||||
*/
|
||||
void S_RawSamples (int samples, int rate, int width, int channels, byte *data) {
|
||||
int i;
|
||||
|
|
Loading…
Reference in a new issue