Added new screen for internal sound volume adjustment. Also, at the request of several people, I moved the `Config Key/Joy' entry into the OPTIONS/OPERATOR menu.. I was told, and agree, that it seems more appropriate to have it in there instead
This commit is contained in:
@@ -115,10 +115,10 @@ ScreenMiniMenu::ScreenMiniMenu( MiniMenuDefinition* pDef, ScreenMessage SM_SendO
|
||||
fAnswerX += fIncreaseBy/2;
|
||||
}
|
||||
|
||||
for( i=0; i<m_Def.iNumLines; i++ )
|
||||
for( int k=0; k<m_Def.iNumLines; k++ )
|
||||
{
|
||||
m_textLabel[i].SetX( fLabelX );
|
||||
m_textAnswer[i].SetX( fAnswerX );
|
||||
m_textLabel[k].SetX( fLabelX );
|
||||
m_textAnswer[k].SetX( fAnswerX );
|
||||
}
|
||||
|
||||
SOUNDMAN->PlayOnce( THEME->GetPathTo("Sounds","menu prompt") );
|
||||
|
||||
Reference in New Issue
Block a user