working on new course editor

This commit is contained in:
Chris Danford
2005-06-26 21:31:07 +00:00
parent 6203875335
commit 7a1d736694
20 changed files with 705 additions and 190 deletions
+5 -1
View File
@@ -731,7 +731,11 @@ void OptionRow::Reload( const OptionRowDefinition &def )
{
case SELECT_ONE:
FOREACH_HumanPlayer( p )
m_iChoiceInRowWithFocus[p] = GetOneSelection(p);
{
m_iChoiceInRowWithFocus[p] = GetOneSelection(p, true);
if( m_iChoiceInRowWithFocus[p] == -1 )
m_iChoiceInRowWithFocus[p] = 0;
}
break;
case SELECT_MULTIPLE:
FOREACH_HumanPlayer( p )