mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Launcher: parse maps and playlists on surface setup
This allows you to scroll through the combo list with the scroll wheel without uncollapsing it.
This commit is contained in:
parent
3e8cda22b3
commit
cd78ee6654
@ -539,6 +539,11 @@ void CSurface::Init()
|
||||
//-----------------------------------------------------------------------------
|
||||
void CSurface::Setup()
|
||||
{
|
||||
// Already parse these out since you can scroll select in a combo box
|
||||
// without uncollapsing it.
|
||||
this->ParseMaps();
|
||||
this->ParsePlaylists();
|
||||
|
||||
this->m_ModeCombo->Items.Add("Host");
|
||||
this->m_ModeCombo->Items.Add("Server");
|
||||
this->m_ModeCombo->Items.Add("Client");
|
||||
|
Loading…
x
Reference in New Issue
Block a user