diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/client/cl_ui.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/cl_ui.c b/src/client/cl_ui.c index 1ba367de..d1a37bf2 100644 --- a/src/client/cl_ui.c +++ b/src/client/cl_ui.c @@ -119,13 +119,13 @@ qboolean GetNews( qboolean begin ) } if( !finished ) strcpy( clc.newsString, "Retrieving..." ); + Cvar_Set( "cl_newsString", clc.newsString ); + return finished; #else Cvar_Set( "cl_newsString", "^1You must compile your client with CURL support to use this feature" ); return qtrue; #endif - Cvar_Set( "cl_newsString", clc.newsString ); - return finished; } /* |