From bfc7853860c7c40d1c11d34b2c5f92b1a2428229 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Tue, 2 Jan 2007 14:13:04 +0000 Subject: * Update demo_protocols --- src/qcommon/common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qcommon/common.c b/src/qcommon/common.c index dfbfcd0f..aa0bb668 100644 --- a/src/qcommon/common.c +++ b/src/qcommon/common.c @@ -33,7 +33,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #endif int demo_protocols[] = -{ 66, 67, 68, 69, 0 }; +{ PROTOCOL_VERSION, 0 }; #define MAX_NUM_ARGVS 50 -- cgit