mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-09 07:39:26 +01:00
oops, a leftover
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3988 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
3311434d41
commit
2060cae79b
@ -127,7 +127,6 @@ void NetPlay::OnHost(wxCommandEvent& WXUNUSED(event))
|
||||
m_nick = m_nick.substr(0 , 255);
|
||||
|
||||
m_NetModel = m_NetMode->GetSelection();
|
||||
//Note By DacoTaco : selection starts with 0 instead of 1 ? ( the +1 is needed)
|
||||
m_selectedGame = std::string(m_GameList_str[m_GameList->GetSelection()].mb_str());
|
||||
NOTICE_LOG(NETPLAY,"Game has been set to : %s \n",m_selectedGame.c_str());
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user