- Added master protocol version for full version of Enemy Territory

git-svn-id: http://svn.code.sf.net/p/xqf/code/trunk@464 d2ac09be-c843-0410-8b1f-f8a84130e0ec
This commit is contained in:
Ludwig Nussel 2003-05-29 12:37:10 +00:00 committed by l-n
parent 16b97991fa
commit 7f85460a0d
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,6 @@
May 29, 2003: Ludwig Nussel <l-n@users.sourceforge.net>
- Added master protocol version for full version of Enemy Territory
May 20, 2003: Ludwig Nussel <l-n@users.sourceforge.net>
- install a qstat.cfg to $datadir/xqf to make ssam work out of the box

View File

@ -124,7 +124,7 @@ static struct unreal_private rune_private = { NULL, ".run" };
static struct quake_private q1_private, qw_private, q2_private, hl_private;
static struct quake_private q3_private = { NULL, "~/.q3a" };
static struct quake_private wolf_private = { NULL, "~/.wolf" };
static struct quake_private wolfet_private = { NULL, "~/.etwolf-test" };
static struct quake_private wolfet_private = { NULL, "~/.etwolf" };
struct game games[] = {
{

View File

@ -295,7 +295,8 @@ char* wo_masterprotocols[] = {
// change config_get_string below too!
char* woet_masterprotocols[] = {
"71 - 2.32 (test)",
"82 - v2.55 (Release)",
"71 - v2.32 (test)",
NULL
};