From db7154273dff12e7180036f8429bddaa8202253c Mon Sep 17 00:00:00 2001 From: def Date: Thu, 10 Oct 2013 12:10:10 +0200 Subject: [PATCH] ddnet -> Network --- readme.txt | 2 +- src/game/client/components/menus.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.txt b/readme.txt index 15acccb3e..ab356c521 100644 --- a/readme.txt +++ b/readme.txt @@ -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. diff --git a/src/game/client/components/menus.cpp b/src/game/client/components/menus.cpp index ce4b18a75..1c814f265 100644 --- a/src/game/client/components/menus.cpp +++ b/src/game/client/components/menus.cpp @@ -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);