diff options
author | SmallJoker <SmallJoker@users.noreply.github.com> | 2018-12-13 11:20:57 +0100 |
---|---|---|
committer | Loïc Blot <nerzhul@users.noreply.github.com> | 2018-12-13 11:20:57 +0100 |
commit | 839e935ba0572c592a791cc4dd4df4a9f6d2d260 (patch) | |
tree | 6a7d59e1804879dc24e9e4b1e9ce0294d681bedd /src/network | |
parent | 8471d027b9896af74d2c1ab3b0068af4953e5ca0 (diff) | |
download | minetest-839e935ba0572c592a791cc4dd4df4a9f6d2d260.tar.gz minetest-839e935ba0572c592a791cc4dd4df4a9f6d2d260.tar.bz2 minetest-839e935ba0572c592a791cc4dd4df4a9f6d2d260.zip |
Network: Send IEEE floats (#7768)
Diffstat (limited to 'src/network')
-rw-r--r-- | src/network/networkprotocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network/networkprotocol.h b/src/network/networkprotocol.h index 12a91e647..0cf77b8c5 100644 --- a/src/network/networkprotocol.h +++ b/src/network/networkprotocol.h @@ -191,6 +191,7 @@ with this program; if not, write to the Free Software Foundation, Inc., PROTOCOL VERSION 37: Redo detached inventory sending Add TOCLIENT_NODEMETA_CHANGED + New network float format */ #define LATEST_PROTOCOL_VERSION 37 |