mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-19 14:38:18 +00:00
Default general settings listboxes to none selected
This commit is contained in:
parent
288236891d
commit
d8392baa40
|
@ -80,7 +80,7 @@ CMenus::CMenus()
|
|||
|
||||
m_SelectedServer.m_Filter = -1;
|
||||
m_SelectedServer.m_Index = -1;
|
||||
m_ActiveListBox = ACTLB_THEME;
|
||||
m_ActiveListBox = ACTLB_NONE;
|
||||
}
|
||||
|
||||
float CMenus::ButtonFade(CButtonContainer *pBC, float Seconds, int Checked)
|
||||
|
|
|
@ -176,7 +176,8 @@ private:
|
|||
SETTINGS_GRAPHICS,
|
||||
SETTINGS_SOUND,
|
||||
|
||||
ACTLB_LANG=0,
|
||||
ACTLB_NONE=0,
|
||||
ACTLB_LANG,
|
||||
ACTLB_THEME,
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue