simplify Reload

This commit is contained in:
Glenn Maynard
2006-01-17 21:36:44 +00:00
parent 39509ccb49
commit ce43aab773
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -878,7 +878,8 @@ void OptionRow::Reload( const OptionRowDefinition &def )
if( m_pHand == NULL )
m_RowDef = def;
else
m_pHand->Reload( m_RowDef );
m_pHand->Reload();
m_RowDef = m_pHand->m_Def;
ASSERT( !m_RowDef.m_vsChoices.empty() );
FOREACH_PlayerNumber( p )