diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-07-31 20:22:09 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-07-31 20:22:09 +1000 |
commit | 0ef88075395cdf703b8fae6b729dd0a997b07423 (patch) | |
tree | bc2ec1f5d998190e286c07b2f3bb0e9b442f17ed /source/game/StarUniverseClient.hpp | |
parent | 2dc10fa5ad76784c7053d00887a7f878b58dfcf9 (diff) |
Changes to support modifying networking while maintaining legacy support
Diffstat (limited to 'source/game/StarUniverseClient.hpp')
-rw-r--r-- | source/game/StarUniverseClient.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/game/StarUniverseClient.hpp b/source/game/StarUniverseClient.hpp index 89c9c39..00fe729 100644 --- a/source/game/StarUniverseClient.hpp +++ b/source/game/StarUniverseClient.hpp @@ -127,6 +127,7 @@ private: StatisticsPtr m_statistics; PlayerPtr m_mainPlayer; + bool m_legacyServer; bool m_pause; ClockPtr m_universeClock; WorldClientPtr m_worldClient; |