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

summaryrefslogtreecommitdiff
path: root/source/game/StarSky.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/game/StarSky.hpp')
-rw-r--r--source/game/StarSky.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/game/StarSky.hpp b/source/game/StarSky.hpp
index 4f6ec0c..6065a9d 100644
--- a/source/game/StarSky.hpp
+++ b/source/game/StarSky.hpp
@@ -30,8 +30,8 @@ public:
void jumpTo(SkyParameters SkyParameters);
- pair<ByteArray, uint64_t> writeUpdate(uint64_t fromVersion = 0);
- void readUpdate(ByteArray data);
+ pair<ByteArray, uint64_t> writeUpdate(uint64_t fromVersion = 0, NetCompatibilityRules rules = {});
+ void readUpdate(ByteArray data, NetCompatibilityRules rules = {});
// handles flying and warp state transitions
void stateUpdate();