From cf8d239dbe92720a24e8968c0b00ec2d4eec060f Mon Sep 17 00:00:00 2001 From: Christopher Schwarz Date: Mon, 12 Oct 2009 19:17:00 +0000 Subject: * (bug 4295) Add an option to view Tremulous news to the main menu --- src/client/client.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/client/client.h') diff --git a/src/client/client.h b/src/client/client.h index 206d5dd9..a6d61950 100644 --- a/src/client/client.h +++ b/src/client/client.h @@ -204,6 +204,7 @@ typedef struct { char downloadURL[MAX_OSPATH]; CURL *downloadCURL; CURLM *downloadCURLM; + qboolean activeCURLNotGameRelated; #endif /* USE_CURL */ int sv_allowDownload; char sv_dlURL[MAX_CVAR_VALUE_STRING]; @@ -213,6 +214,7 @@ typedef struct { int downloadSize; // how many bytes we got char downloadList[MAX_INFO_STRING]; // list of paks we need to download qboolean downloadRestart; // if true, we need to do another FS_Restart because we downloaded a pak + char newsString[ MAX_NEWS_STRING ]; // demo information char demoName[MAX_QPATH]; -- cgit