fixed friend list

This commit is contained in:
SushiTee 2011-10-22 19:59:43 +02:00 committed by oy
parent a95ec67ac8
commit 5bfcbb3e17

View file

@ -808,7 +808,8 @@ void CMenus::RenderServerbrowserFriends(CUIRect View)
// friends list(remove friend) // friends list(remove friend)
static float s_ScrollValue = 0; static float s_ScrollValue = 0;
UiDoListboxStart(&m_lFriends, &List, 30.0f, "", "", m_lFriends.size(), 1, m_FriendlistSelectedIndex, s_ScrollValue); static int s_FriendsList = 0;
UiDoListboxStart(&s_FriendsList, &List, 30.0f, "", "", m_lFriends.size(), 1, m_FriendlistSelectedIndex, s_ScrollValue);
m_lFriends.sort_range(); m_lFriends.sort_range();
for(int i = 0; i < m_lFriends.size(); ++i) for(int i = 0; i < m_lFriends.size(); ++i)