Change name to DDRaceNetwork

This commit is contained in:
def 2013-07-31 19:08:07 +02:00
parent 8720186c75
commit fd757e1e19
3 changed files with 3 additions and 9 deletions

View file

@ -12,7 +12,7 @@
CGameControllerDDRace::CGameControllerDDRace(class CGameContext *pGameServer) :
IGameController(pGameServer), m_Teams(pGameServer)
{
m_pGameType = g_Config.m_SvTestingCommands ? "TestDDRace" : "DDRace";
m_pGameType = g_Config.m_SvTestingCommands ? TEST_NAME : GAME_NAME;
InitTeleporter();
}

View file

@ -3,5 +3,6 @@
#ifndef GAME_MODE_H
#define GAME_MODE_H
#define GAME_NAME "DDRace"
#define GAME_NAME "DDRaceNetwork"
#define TEST_NAME "TestDDRaceNetwork"
#endif

View file

@ -1,7 +0,0 @@
/* (c) Shereef Marzouk. See "licence DDRace.txt" and the readme.txt in the root of the distribution for more information. */
/* This is used for Official Builds of DDRace, if you change the source please don't use the name DDRace */
#ifndef GAME_MODE_H
#define GAME_MODE_H
#define GAME_NAME "DDRace"
#endif