mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
gcc still cares.. but probably msvc would too here. blurgh
git-svn-id: https://svn.code.sf.net/p/fteqw/code/branches/wip@3685 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
9612a39576
commit
da1924e583
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ void S_Voip_Ignore(unsigned int plno, qboolean ignore);
|
||||||
#else
|
#else
|
||||||
#define S_Voip_Loudness() -1
|
#define S_Voip_Loudness() -1
|
||||||
#define S_Voip_Speaking(p) false
|
#define S_Voip_Speaking(p) false
|
||||||
#define S_Voip_Ignore(p)
|
#define S_Voip_Ignore(p,s)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
qboolean S_IsPlayingSomewhere(sfx_t *s);
|
qboolean S_IsPlayingSomewhere(sfx_t *s);
|
||||||
|
|
Loading…
Reference in a new issue