summaryrefslogtreecommitdiff
path: root/source/cl_parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/cl_parse.c')
-rw-r--r--source/cl_parse.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/cl_parse.c b/source/cl_parse.c
index b7dc0b8..d9dde76 100644
--- a/source/cl_parse.c
+++ b/source/cl_parse.c
@@ -451,7 +451,9 @@ static void CL_SetActiveState( void ) {
}
SCR_LagClear();
+#if USE_CHATHUD
SCR_ClearChatHUD_f();
+#endif
SCR_EndLoadingPlaque (); // get rid of loading plaque
Con_Close(); // close console
@@ -1268,7 +1270,9 @@ static void CL_ParsePrint( void ) {
Con_SkipNotify( qfalse );
+#if USE_CHATHUD
SCR_AddToChatHUD( string );
+#endif
// play sound
if( cl_chat_sound->string[0] ) {