From da1924e5830cec903aad8f067b70f5951e209eee Mon Sep 17 00:00:00 2001 From: Spoike Date: Sun, 5 Dec 2010 02:56:31 +0000 Subject: [PATCH] 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 --- engine/client/sound.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/client/sound.h b/engine/client/sound.h index 3c88ebdd3..5b368b5cd 100644 --- a/engine/client/sound.h +++ b/engine/client/sound.h @@ -158,7 +158,7 @@ void S_Voip_Ignore(unsigned int plno, qboolean ignore); #else #define S_Voip_Loudness() -1 #define S_Voip_Speaking(p) false -#define S_Voip_Ignore(p) +#define S_Voip_Ignore(p,s) #endif qboolean S_IsPlayingSomewhere(sfx_t *s);