update cap flag comments to reflect http being implemented

This commit is contained in:
Bill Currie 2007-03-21 11:56:25 +00:00 committed by Jeff Teunissen
parent 4fd2c3d191
commit 4276d92c25

View file

@ -655,12 +655,12 @@ CL_AddQFInfoKeys (void)
// set the capabilities info. single char flags (possibly with modifiers) // set the capabilities info. single char flags (possibly with modifiers)
// defined capabilities (* = not implemented): // defined capabilities (* = not implemented):
// z client can accept gzipped files. // z client can accept gzipped files.
// h * http transfers // h http transfers
// f * ftp transfers // f * ftp transfers
// a * audio channel (voice chat) // a * audio channel (voice chat)
// i * irc // i * irc
// p pogo stick control // p pogo stick control
// t team messages // t team messages
static const char *cap = "pt" static const char *cap = "pt"
#ifdef HAVE_ZLIB #ifdef HAVE_ZLIB
"z" "z"