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/qcommon | |
parent | 244808767a99cc237a477262420c43c126732088 (diff) |
* (bug 4295) Add an option to view Tremulous news to the main menu
Diffstat (limited to 'src/qcommon')
-rw-r--r-- | src/qcommon/q_shared.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qcommon/q_shared.h b/src/qcommon/q_shared.h index 34f3e471..59c5b91d 100644 --- a/src/qcommon/q_shared.h +++ b/src/qcommon/q_shared.h @@ -204,6 +204,7 @@ typedef int clipHandle_t; #define BIG_INFO_KEY 8192 #define BIG_INFO_VALUE 8192 +#define MAX_NEWS_STRING 10000 #define MAX_QPATH 64 // max length of a quake game pathname #ifdef PATH_MAX |