add "nojumps"

This commit is contained in:
Chris Danford
2004-01-11 06:34:30 +00:00
parent 22039a350f
commit e2136499e1
8 changed files with 26 additions and 9 deletions
+2 -2
View File
@@ -586,8 +586,8 @@ void ScreenOptionsMaster::ExportOptions()
const OptionRowHandler &hand = OptionRowHandlers[row];
if( hand.type == ROW_LIST )
{
const int sel = m_Rows[row]->GetOneSharedSelection();
const ModeChoice &mc = hand.ListEntries[sel];
const int choice = m_Rows[row]->m_iChoiceWithFocus[0];
const ModeChoice &mc = hand.ListEntries[choice];
if( mc.m_sScreen != "" )
m_NextScreen = mc.m_sScreen;
}