Move the expanded section name into GameState

This commit is contained in:
AJ Kelly
2011-08-03 23:56:04 -05:00
parent 0c5f9c2b66
commit ebe832a142
4 changed files with 17 additions and 15 deletions
+1
View File
@@ -1327,6 +1327,7 @@ void MusicWheel::SetOpenSection( RString group )
{
//LOG->Trace( "SetOpenSection %s", group.c_str() );
m_sExpandedSectionName = group;
GAMESTATE->sExpandedSectionName = group;
// wheel positions = num song groups
if ( REMIND_WHEEL_POSITIONS && HIDE_INACTIVE_SECTIONS )