- 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:
parent
bd79b80927
commit
5c2983e202
@ -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
|
||||||
|
@ -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++)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user