summaryrefslogtreecommitdiff
path: root/src/network
diff options
context:
space:
mode:
authorparamat <paramat@users.noreply.github.com>2017-09-04 23:45:47 +0100
committerparamat <mat.gregory@virginmedia.com>2017-09-05 00:28:18 +0100
commit115f52af862bc5bf1cb47fe2cc6e0eadb85915a6 (patch)
tree9e097e8636e3073fe491527ef19a16274f49145e /src/network
parent40dd03e328ff0ae36338615114cb38879752756e (diff)
downloadminetest-115f52af862bc5bf1cb47fe2cc6e0eadb85915a6.tar.gz
minetest-115f52af862bc5bf1cb47fe2cc6e0eadb85915a6.tar.bz2
minetest-115f52af862bc5bf1cb47fe2cc6e0eadb85915a6.zip
Network protocol documentation: Add 'can_zoom' to version 36
Diffstat (limited to 'src/network')
-rw-r--r--src/network/networkprotocol.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network/networkprotocol.h b/src/network/networkprotocol.h
index 7eefaccaa..a2cef00ae 100644
--- a/src/network/networkprotocol.h
+++ b/src/network/networkprotocol.h
@@ -178,6 +178,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
Breaks compatibility with older clients.
PROTOCOL VERSION 36:
Backwards compatibility drop
+ Add 'can_zoom' to player object properties
*/
#define LATEST_PROTOCOL_VERSION 36