mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Version 10.7.1
This commit is contained in:
parent
a9d3f45b25
commit
379f060126
|
@ -433,14 +433,14 @@ void CMenus::RenderSettingsTee(CUIRect MainView)
|
|||
|
||||
Dummy.HSplitTop(20.0f, &DummyLabel, &Dummy);
|
||||
|
||||
if(DoButton_CheckBox(&g_Config.m_ClKittySkins, Localize("Kitty skins"), g_Config.m_ClKittySkins, &DummyLabel))
|
||||
if(DoButton_CheckBox(&g_Config.m_ClKittySkins, Localize("Kitty skins (DDCat)"), g_Config.m_ClKittySkins, &DummyLabel))
|
||||
{
|
||||
g_Config.m_ClKittySkins ^= 1;
|
||||
}
|
||||
|
||||
Dummy.HSplitTop(20.0f, &DummyLabel, &Dummy);
|
||||
|
||||
if(DoButton_CheckBox(&g_Config.m_ClFatSkins, Localize("Fat skins"), g_Config.m_ClFatSkins, &DummyLabel))
|
||||
if(DoButton_CheckBox(&g_Config.m_ClFatSkins, Localize("Fat skins (DDFat)"), g_Config.m_ClFatSkins, &DummyLabel))
|
||||
{
|
||||
g_Config.m_ClFatSkins ^= 1;
|
||||
}
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
#ifndef GAME_VERSION_H
|
||||
#define GAME_VERSION_H
|
||||
#include "generated/nethash.cpp"
|
||||
#define GAME_VERSION "0.6.3, 10.7"
|
||||
#define GAME_VERSION "0.6.3, 10.7.1"
|
||||
#define GAME_NETVERSION "0.6 626fce9a778df4d4"
|
||||
static const char GAME_RELEASE_VERSION[8] = "10.7";
|
||||
#define CLIENT_VERSIONNR 10070
|
||||
static const char GAME_RELEASE_VERSION[8] = "10.7.1";
|
||||
#define CLIENT_VERSIONNR 10071
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue