mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
ddnet -> Network
This commit is contained in:
parent
ddbb9633a8
commit
db7154273d
|
@ -1,7 +1,7 @@
|
||||||
This is the custom DDRace mod of DDraceNetwork.
|
This is the custom DDRace mod of DDraceNetwork.
|
||||||
|
|
||||||
Hook Collisions from H-Client by unsigned char*.
|
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.
|
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.
|
||||||
|
|
||||||
|
|
|
@ -597,7 +597,7 @@ int CMenus::RenderMenubar(CUIRect r)
|
||||||
|
|
||||||
Box.VSplitLeft(100.0f, &Button, &Box);
|
Box.VSplitLeft(100.0f, &Button, &Box);
|
||||||
static int s_GhostButton=0;
|
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;
|
NewPage = PAGE_DDRace;
|
||||||
|
|
||||||
Box.VSplitLeft(100.0f, &Button, &Box);
|
Box.VSplitLeft(100.0f, &Button, &Box);
|
||||||
|
|
Loading…
Reference in a new issue