mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 14:42:13 +00:00
No #warning directives in MSVS please.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2677 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
7d1f0f71e9
commit
26bc0b94e2
2 changed files with 1003 additions and 1000 deletions
2001
fteqtv/forward.c
2001
fteqtv/forward.c
File diff suppressed because it is too large
Load diff
|
@ -688,7 +688,9 @@ void SV_SayToViewers(sv_t *qtv, char *message)
|
|||
{
|
||||
viewer_t *v;
|
||||
Fwd_SayToDownstream(qtv, message);
|
||||
#ifndef _MSC_VER
|
||||
#warning Send to viewers here too
|
||||
#endif
|
||||
}
|
||||
|
||||
//This function 1: parses the 'don't delay' packets in the stream
|
||||
|
|
Loading…
Reference in a new issue