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/qcommon/q_shared.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/qcommon') 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 -- cgit