From 77a5c11d61bed71132078af3d9e48aec8457cda6 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 24 May 2007 23:18:29 +0000 Subject: [PATCH] this is strange: m_sUnlockEntryID is used to unlock an entry, and this is ScreenUnlockBrowse. Nothing uses this, so disable it for now. --- stepmania/src/ScreenUnlockBrowse.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/ScreenUnlockBrowse.cpp b/stepmania/src/ScreenUnlockBrowse.cpp index d356479fc8..ff2e4b330d 100644 --- a/stepmania/src/ScreenUnlockBrowse.cpp +++ b/stepmania/src/ScreenUnlockBrowse.cpp @@ -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 );