Merge pull request #2876 from CastellaFactory/master

[Netplay] Add "Force Netplay Listen Port" feature that was in old netplay branch
This commit is contained in:
Markus Wick
2015-12-02 14:20:47 +01:00
5 changed files with 59 additions and 15 deletions

View File

@ -79,7 +79,7 @@ NetPlayServer::NetPlayServer(const u16 port, bool traversal, const std::string&
if (traversal)
{
if (!EnsureTraversalClient(centralServer, centralPort))
if (!EnsureTraversalClient(centralServer, centralPort, port))
return;
g_TraversalClient->m_Client = this;