diff options
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 044fdd8b2..acc711611 100644 --- a/src/nodedef.h +++ b/src/nodedef.h @@ -322,6 +322,9 @@ struct ContentFeatures bool has_on_destruct; bool has_after_destruct; + // "float" group + bool floats; + /* Actual data */ |
