oops, a leftover

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3988 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
daco65 2009-08-15 14:37:56 +00:00
parent 3311434d41
commit 2060cae79b

View File

@ -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());