add hexenworld master server support (#1806173, Patch by O. Sezer)
git-svn-id: http://svn.code.sf.net/p/xqf/code/trunk@806 d2ac09be-c843-0410-8b1f-f8a84130e0ec
This commit is contained in:
parent
59addf350e
commit
6cd0e7c613
@ -334,9 +334,11 @@ struct game games[] = {
|
||||
flags : GAME_CONNECT | GAME_QUAKE1_PLAYER_COLORS | GAME_RCON,
|
||||
name : "HexenWorld",
|
||||
default_port : 26950,
|
||||
default_master_port : 26900,
|
||||
id : "HWS",
|
||||
qstat_str : "HWS",
|
||||
qstat_option : "-hws",
|
||||
qstat_master_option : "-hwm",
|
||||
icon : "hw.xpm",
|
||||
parse_player : qw_parse_player,
|
||||
parse_server : quake_parse_server,
|
||||
|
@ -279,9 +279,11 @@
|
||||
<flags>GAME_CONNECT | GAME_QUAKE1_PLAYER_COLORS | GAME_RCON</flags>
|
||||
<name>HexenWorld</name>
|
||||
<default_port>26950</default_port>
|
||||
<default_master_port>26900</default_master_port>
|
||||
<id>HWS</id>
|
||||
<qstat_str>HWS</qstat_str>
|
||||
<qstat_option>-hws</qstat_option>
|
||||
<qstat_master_option>-hwm</qstat_master_option>
|
||||
<icon>hw.xpm</icon>
|
||||
<parse_player>qw_parse_player</parse_player>
|
||||
<analyze_serverinfo>qw_analyze_serverinfo</analyze_serverinfo>
|
||||
|
Loading…
x
Reference in New Issue
Block a user