Make it use the correct game name in getserversExt queries

This commit is contained in:
Thilo Schulz 2011-01-24 00:21:33 +00:00
parent b0a753eb0f
commit 7861cde4a2
2 changed files with 3 additions and 4 deletions

View file

@ -37,7 +37,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#define BASEGAME "baseq3"
#define CLIENT_WINDOW_TITLE "ioquake3"
#define CLIENT_WINDOW_MIN_TITLE "ioq3"
#define GAMENAME_FOR_MASTER "Quake3Arena"
#define GAMENAME_FOR_MASTER "QuakeArena-1"
#endif
#ifdef _MSC_VER