From be835bad3139b2f1437e81c1477415e9335c2e80 Mon Sep 17 00:00:00 2001 From: ludwig Date: Wed, 16 Jul 2008 07:15:09 +0000 Subject: fix build without VOIP (David Severwright, bug#3720) git-svn-id: svn://svn.icculus.org/quake3/trunk@1427 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/client/cl_scrn.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'code/client') diff --git a/code/client/cl_scrn.c b/code/client/cl_scrn.c index ecf47a5..732913f 100644 --- a/code/client/cl_scrn.c +++ b/code/client/cl_scrn.c @@ -343,6 +343,7 @@ void SCR_DrawDemoRecording( void ) { } +#ifdef USE_VOIP /* ================= SCR_DrawVoipMeter @@ -381,6 +382,7 @@ void SCR_DrawVoipMeter( void ) { sprintf( string, "VoIP: [%s]", buffer ); SCR_DrawStringExt( 320 - strlen( string ) * 4, 10, 8, string, g_color_table[7], qtrue, qfalse ); } +#endif -- cgit v1.2.3