this is strange: m_sUnlockEntryID is used to unlock an entry, and this
is ScreenUnlockBrowse. Nothing uses this, so disable it for now.
This commit is contained in:
@@ -23,7 +23,7 @@ void ScreenUnlockBrowse::Init()
|
||||
break;
|
||||
}
|
||||
gc.m_iIndex = ue - UNLOCKMAN->m_UnlockEntries.begin();
|
||||
gc.m_sUnlockEntryID = ue->m_sEntryID;
|
||||
// gc.m_sUnlockEntryID = ue->m_sEntryID;
|
||||
gc.m_sName = ssprintf("%d",gc.m_iIndex);
|
||||
|
||||
m_aGameCommands.push_back( gc );
|
||||
|
||||
Reference in New Issue
Block a user