- don't unset game if it's baseq3 to be able to filter for it

git-svn-id: http://svn.code.sf.net/p/xqf/code/trunk@595 d2ac09be-c843-0410-8b1f-f8a84130e0ec
This commit is contained in:
Ludwig Nussel 2004-02-16 20:37:29 +00:00 committed by l-n
parent b5f6eb298e
commit 3ef875d1f9
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,6 @@
Feb 16, 2004: Ludwig Nussel <l-n@users.sourceforge.net>
- don't unset game if it's baseq3 to be able to filter for it
Feb 14, 2004: Ludwig Nussel <l-n@users.sourceforge.net>
- also check GamePassword rule which is used by UT2004
- add multiplay.co.uk server listing

View File

@ -2360,6 +2360,7 @@ static void q3_analyze_serverinfo (struct server *s) {
}
#if 0 // not possible to filter for baseq3 otherwise
// unset game if it's no mod
if ( s->game )
{
@ -2376,6 +2377,7 @@ static void q3_analyze_serverinfo (struct server *s) {
s->game=NULL;
}
}
#endif
}