OOps. We populate the list, but never show it.

This commit is contained in:
Charles Lohr
2004-11-24 02:38:06 +00:00
parent 2f77f403ef
commit 2aacb108b7
+1
View File
@@ -169,6 +169,7 @@ void ScreenNetRoom::UpdateRoomsList()
if ( ( i >= 0 ) && ( i < m_Rooms.size() ) )
TempText += m_Rooms[i] + '\n';
}
m_textRooms.SetText( TempText );
}
#endif