diff options
Diffstat (limited to 'src/nodedef.h')
-rw-r--r-- | src/nodedef.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nodedef.h b/src/nodedef.h index 2400f5f73..27d67b481 100644 --- a/src/nodedef.h +++ b/src/nodedef.h @@ -244,6 +244,7 @@ struct ContentFeatures u32 damage_per_second; NodeBox node_box; NodeBox selection_box; + NodeBox collision_box; // Used for waving leaves/plants u8 waving; // Compatibility with old maps |