Use default room name color if bogus status code is received

This commit is contained in:
Josh Allen
2005-01-29 01:31:20 +00:00
parent d44e1b0a4e
commit d541dbc696
+3
View File
@@ -268,6 +268,9 @@ void ScreenNetRoom::UpdateRoomsList()
case 2:
m_RoomList[i].SetDiffuseColor (THEME->GetMetricC( m_sName, "InGameRoomColor"));
break;
default:
m_RoomList[i].SetDiffuseColor (THEME->GetMetricC( m_sName, "OpenRoomColor"));
break;
}
this->AddChild( &m_RoomList[i] );
if (cy > ROOMLOWERBOUND)