diff options
author | Tim Angus <tim@ngus.net> | 2007-01-02 14:13:04 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2007-01-02 14:13:04 +0000 |
commit | bfc7853860c7c40d1c11d34b2c5f92b1a2428229 (patch) | |
tree | 6ed3863a42173bddc7ae08815eb2134baaa1fbdb | |
parent | ba321f960adefb7e1694e2d6ae7e113a36910043 (diff) |
* Update demo_protocols
-rw-r--r-- | src/qcommon/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |