diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-03-07 20:01:53 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-03-07 20:01:53 +0300 |
commit | 387d06f36504e65a9ce82984944fc844181c80fe (patch) | |
tree | dd1a9e1e49831e47d2ff27dd53a331296b3de82f /src/being/localplayer.h | |
parent | 1708cce0de3c195b0ecaa8a5f8383712dc0d4c13 (diff) | |
download | plus-387d06f36504e65a9ce82984944fc844181c80fe.tar.gz plus-387d06f36504e65a9ce82984944fc844181c80fe.tar.bz2 plus-387d06f36504e65a9ce82984944fc844181c80fe.tar.xz plus-387d06f36504e65a9ce82984944fc844181c80fe.zip |
Change desync detection to simpler way.
Also use "sync move" option to enable/disable short/long range desync fix.
Diffstat (limited to 'src/being/localplayer.h')
-rw-r--r-- | src/being/localplayer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being/localplayer.h b/src/being/localplayer.h index 7244664fb..3c0ed4286 100644 --- a/src/being/localplayer.h +++ b/src/being/localplayer.h @@ -272,7 +272,7 @@ class LocalPlayer final : public Being, bool isServerBuggy() const A_WARN_UNUSED { return mIsServerBuggy; } - void fixPos(const int maxDist = 1); + void fixPos(); /** * Sets the map the being is on |