small cleanup

This commit is contained in:
AJ Kelly
2011-02-20 12:53:57 -06:00
parent 2182b44355
commit 6b60db25d6
+1 -1
View File
@@ -732,7 +732,7 @@ int OptionRow::GetChoiceInRowWithFocus( PlayerNumber pn ) const
if( m_pHand->m_Def.m_vsChoices.empty() )
return -1;
int iChoice = m_iChoiceInRowWithFocus[pn];
return iChoice;
return iChoice;
}
int OptionRow::GetChoiceInRowWithFocusShared() const