mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 01:45:38 +08:00
Make FS9 works with ISimulatorListener
* The FS9 host is started in the Listener * When FS9 starts up, it is called via the lobby to join the multiplayer * Some minor changes in CContextSimulator
This commit is contained in:
committed by
Roland Winklmeier
parent
edc0646ab2
commit
570f4aa4ea
@@ -291,8 +291,14 @@ namespace BlackSimPlugin
|
||||
DPNSEND_SYNC | DPNSEND_NOLOOPBACK)))
|
||||
{
|
||||
CLogMessage(this).warning("DirectPlay: Failed to send message!");
|
||||
qDebug() << message;
|
||||
}
|
||||
return hr;
|
||||
}
|
||||
|
||||
void CDirectPlayPeer::reset()
|
||||
{
|
||||
m_playerUser = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user