refs #546, allows to run on Win10 without DirectX

Does not fix that it is asked to install DX, but avoids the crash if installation is denied
This commit is contained in:
Klaus Basan
2015-12-08 06:42:16 +01:00
parent ac44485ff8
commit 8058a19288
2 changed files with 3 additions and 2 deletions

View File

@@ -89,6 +89,7 @@ namespace BlackSimPlugin
bool CLobbyClient::canLobbyConnect()
{
if (!m_dpLobbyClient) { return false; }
GUID appGuid = CFs9Sdk::guid();
DWORD dwSize = 0;
DWORD dwItems = 0;