aboutsummaryrefslogtreecommitdiffstats
path: root/code/client
diff options
context:
space:
mode:
Diffstat (limited to 'code/client')
-rw-r--r--code/client/cl_scrn.c2
1 files changed, 2 insertions, 0 deletions
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