From 814463e1dc1b94baff40e1c795af5588014456bd Mon Sep 17 00:00:00 2001 From: "M. Kristall" Date: Sun, 13 Jan 2013 15:25:42 -0500 Subject: Update src/qcommon/q_shared.h ioq3 merge prevented servers from showing up on the master The Tremulous master server expects HEARTBEAT_FOR_MASTER to be the same as GAMENAME_FOR_MASTER, but dpmaster wants DarkPlaces --- src/qcommon/q_shared.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qcommon') diff --git a/src/qcommon/q_shared.h b/src/qcommon/q_shared.h index bfb04e54..800c5157 100644 --- a/src/qcommon/q_shared.h +++ b/src/qcommon/q_shared.h @@ -43,7 +43,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #define HOMEPATH_NAME_MACOSX HOMEPATH_NAME_WIN // Heartbeat for dpmaster protocol. You shouldn't change this unless you know what you're doing -#define HEARTBEAT_FOR_MASTER "DarkPlaces" +#define HEARTBEAT_FOR_MASTER GAMENAME_FOR_MASTER #define MAX_TEAMNAME 32 #define MAX_MASTER_SERVERS 5 // number of supported master servers -- cgit