diff options
Diffstat (limited to 'code/client/snd_public.h')
-rw-r--r-- | code/client/snd_public.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/client/snd_public.h b/code/client/snd_public.h index e1c2309..1587f33 100644 --- a/code/client/snd_public.h +++ b/code/client/snd_public.h @@ -72,7 +72,7 @@ void SNDDMA_Activate( void ); void S_UpdateBackgroundTrack( void ); -#if USE_VOIP +#ifdef USE_VOIP void S_StartCapture( void ); int S_AvailableCaptureSamples( void ); void S_Capture( int samples, byte *data ); |