mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Change name to DDRaceNetwork
This commit is contained in:
parent
8720186c75
commit
fd757e1e19
|
@ -12,7 +12,7 @@
|
||||||
CGameControllerDDRace::CGameControllerDDRace(class CGameContext *pGameServer) :
|
CGameControllerDDRace::CGameControllerDDRace(class CGameContext *pGameServer) :
|
||||||
IGameController(pGameServer), m_Teams(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();
|
InitTeleporter();
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,5 +3,6 @@
|
||||||
#ifndef GAME_MODE_H
|
#ifndef GAME_MODE_H
|
||||||
#define GAME_MODE_H
|
#define GAME_MODE_H
|
||||||
|
|
||||||
#define GAME_NAME "DDRace"
|
#define GAME_NAME "DDRaceNetwork"
|
||||||
|
#define TEST_NAME "TestDDRaceNetwork"
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -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
|
|
Loading…
Reference in a new issue