refs #334 Make player info member variables

This commit is contained in:
Roland Winklmeier
2014-10-28 23:52:02 +01:00
parent 0c245916ff
commit 333b2b9957
2 changed files with 13 additions and 12 deletions

View File

@@ -91,6 +91,9 @@ namespace BlackSimPlugin
QMutex m_mutexInterpolator;
IDirectPlay8Address *m_hostAddress = nullptr;
ClientStatus m_clientStatus = Disconnected;
PLAYER_INFO_STRUCT m_playerInfo;
DPN_PLAYER_INFO m_player;
};
}
}