add warsow protocol numbers

git-svn-id: http://svn.code.sf.net/p/xqf/code/trunk@824 d2ac09be-c843-0410-8b1f-f8a84130e0ec
This commit is contained in:
Ludwig Nussel 2008-01-23 21:36:41 +00:00 committed by l-n
parent 0342baa501
commit 7063e060b6

View File

@ -454,6 +454,8 @@ static struct q3_common_prefs_s nexuiz_prefs =
};
static const char* warsow_masterprotocols[] = {
"10 - v0.40",
"9 - v0.32",
"8 - v0.2",
"7 - v0.1",
"6 - v0.072",
@ -463,7 +465,7 @@ static const char* warsow_masterprotocols[] = {
static struct q3_common_prefs_s warsow_prefs =
{
protocols: warsow_masterprotocols,
defproto : "6",
defproto : "10",
};
static const char* tremulous_masterprotocols[] = {