From bba4563d89b6708d75a4053c69873dff0d747538 Mon Sep 17 00:00:00 2001 From: SmallJoker Date: Thu, 3 Jan 2019 17:04:26 +0100 Subject: Proselytize the network. Use IEEE F32 (#8030) * Proselytize the network. Use IEEE F32 * Remove unused V2F1000 functions --- src/nodedef.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/nodedef.h') diff --git a/src/nodedef.h b/src/nodedef.h index 51f930e55..60d91f8d9 100644 --- a/src/nodedef.h +++ b/src/nodedef.h @@ -35,6 +35,9 @@ class Client; #include "constants.h" // BS #include "tileanimation.h" +// PROTOCOL_VERSION >= 37 +static const u8 CONTENTFEATURES_VERSION = 13; + class IItemDefManager; class ITextureSource; class IShaderSource; -- cgit v1.2.3