diff options
| author | SmallJoker <SmallJoker@users.noreply.github.com> | 2019-01-03 17:04:26 +0100 |
|---|---|---|
| committer | Loïc Blot <nerzhul@users.noreply.github.com> | 2019-01-03 17:04:26 +0100 |
| commit | bba4563d89b6708d75a4053c69873dff0d747538 (patch) | |
| tree | 8ae0c939a8b5c194f300be79e1369ad8ef4675b7 /src/nodedef.h | |
| parent | ceacff13a666779d75ac48f2cc5c11bc2ce5c6e1 (diff) | |
| download | dragonfireclient-bba4563d89b6708d75a4053c69873dff0d747538.tar.xz | |
Proselytize the network. Use IEEE F32 (#8030)
* Proselytize the network. Use IEEE F32
* Remove unused V2F1000 functions
Diffstat (limited to 'src/nodedef.h')
| -rw-r--r-- | src/nodedef.h | 3 |
1 files changed, 3 insertions, 0 deletions
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; |
