This commit is contained in:
Glenn Maynard
2003-09-28 05:02:00 +00:00
parent 8556cb0cf0
commit 4025a358c2
+1 -1
View File
@@ -445,7 +445,7 @@ void ScreenOptionsMaster::ExportOptions()
const OptionRowHandler &hand = OptionRowHandlers[row];
if( hand.type == ROW_LIST )
{
const int sel = m_iSelectedOption[0][i];
const int sel = m_iSelectedOption[0][row];
const ModeChoice &mc = hand.ListEntries[sel];
if( mc.m_sScreen != "" )
m_NextScreen = mc.m_sScreen;