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:
Glenn Maynard
2007-05-24 23:18:29 +00:00
parent 226911828a
commit 77a5c11d61
+1 -1
View File
@@ -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 );