ddnet -> Network

This commit is contained in:
def 2013-10-10 12:10:10 +02:00
parent ddbb9633a8
commit db7154273d
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
This is the custom DDRace mod of DDraceNetwork.
Hook Collisions from H-Client by unsigned char*.
AntiPing from TDTW client by Psycho.God <3. & kaddy.
AntiPing by p, based on TDTW client by Psycho.God <3. & kaddy.
DDRace is a mod for the game Teeworlds and it's being maintained by GreYFoX@GTi & btd with the help of others like heinrich5991, noother & Floff, in the previous versions 3da and Fluxid.

View file

@ -597,7 +597,7 @@ int CMenus::RenderMenubar(CUIRect r)
Box.VSplitLeft(100.0f, &Button, &Box);
static int s_GhostButton=0;
if(DoButton_MenuTab(&s_GhostButton, "ddnet", m_ActivePage==PAGE_DDRace, &Button, 0))
if(DoButton_MenuTab(&s_GhostButton, "Network", m_ActivePage==PAGE_DDRace, &Button, 0))
NewPage = PAGE_DDRace;
Box.VSplitLeft(100.0f, &Button, &Box);