diff options
author | Christopher Schwarz <lakitu7@gmail.com> | 2009-10-12 19:17:00 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:16:48 +0000 |
commit | cf8d239dbe92720a24e8968c0b00ec2d4eec060f (patch) | |
tree | f587fcdfcd80f8e6e9e3342dde57d2172f4c7ec6 /src/client/client.h | |
parent | 244808767a99cc237a477262420c43c126732088 (diff) |
* (bug 4295) Add an option to view Tremulous news to the main menu
Diffstat (limited to 'src/client/client.h')
-rw-r--r-- | src/client/client.h | 2 |
1 files changed, 2 insertions, 0 deletions
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]; |