- fix medal of honor to not check for q3a files (#795017)

git-svn-id: http://svn.code.sf.net/p/xqf/code/trunk@508 d2ac09be-c843-0410-8b1f-f8a84130e0ec
This commit is contained in:
Ludwig Nussel 2003-08-26 17:20:50 +00:00 committed by l-n
parent bd79b80927
commit 5c2983e202
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,6 @@
Aug 26, 2003: Ludwig Nussel <l-n@users.sourceforge.net>
- fix medal of honor to not check for q3a files (#795017)
Aug 21, 2003: Ludwig Nussel <l-n@users.sourceforge.net> Aug 21, 2003: Ludwig Nussel <l-n@users.sourceforge.net>
- replace strings by ints in country filter (Jochen Baier) - replace strings by ints in country filter (Jochen Baier)
- add support for Medal of Honor - add support for Medal of Honor

View File

@ -1005,6 +1005,7 @@ void init_games()
games[MOHAA_SERVER].qstat_option="-mhs"; games[MOHAA_SERVER].qstat_option="-mhs";
games[MOHAA_SERVER].pd=&mohaa_private; games[MOHAA_SERVER].pd=&mohaa_private;
games[MOHAA_SERVER].pix=&mohaa_pix; games[MOHAA_SERVER].pix=&mohaa_pix;
games[MOHAA_SERVER].config_is_valid=config_is_valid_generic;
for (i = 0; i < GAMES_TOTAL; i++) for (i = 0; i < GAMES_TOTAL; i++)
{ {