This commit is contained in:
Chris Danford
2005-02-19 01:27:51 +00:00
parent eb6e4cdb50
commit 518638028d
3 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -878,7 +878,7 @@ void ScreenOptionsMaster::RefreshIcons()
{
for( unsigned i=0; i<m_Rows.size(); ++i ) // foreach options line
{
if( m_Rows[i]->Type == OptionRow::ROW_EXIT )
if( m_Rows[i]->m_Type == OptionRow::ROW_EXIT )
continue; // skip
OptionRow &row = *m_Rows[i];