-Hidden categories are no longer cleared when you click the clear btn. they must be cleared manually.

This commit is contained in:
fledge68 2013-10-07 15:00:04 +00:00
parent a242c88568
commit efa188d549

View File

@ -308,7 +308,7 @@ void CMenu::_CategorySettings(bool fromGameSet)
bool hiddenCat = false; bool hiddenCat = false;
for(int j = 1; j < m_max_categories; ++j) for(int j = 1; j < m_max_categories; ++j)
{ {
if(m_categories.at(j) == '2' && m_locked) if(m_categories.at(j) == '2')
{ {
hiddenCat = true; hiddenCat = true;
continue; continue;