Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/game/StarUniverseClient.hpp
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2023-07-31 20:22:09 +1000
committerKae <80987908+Novaenia@users.noreply.github.com>2023-07-31 20:22:09 +1000
commit0ef88075395cdf703b8fae6b729dd0a997b07423 (patch)
treebc2ec1f5d998190e286c07b2f3bb0e9b442f17ed /source/game/StarUniverseClient.hpp
parent2dc10fa5ad76784c7053d00887a7f878b58dfcf9 (diff)
Changes to support modifying networking while maintaining legacy support
Diffstat (limited to 'source/game/StarUniverseClient.hpp')
-rw-r--r--source/game/StarUniverseClient.hpp1
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;