diff options
Diffstat (limited to 'src/nodedef.h')
-rw-r--r-- | src/nodedef.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nodedef.h b/src/nodedef.h index a0b5fc69e..66296016a 100644 --- a/src/nodedef.h +++ b/src/nodedef.h @@ -187,6 +187,8 @@ enum NodeDrawType NDT_GLASSLIKE_FRAMED_OPTIONAL, // Uses static meshes NDT_MESH, + // Combined plantlike-on-solid + NDT_PLANTLIKE_ROOTED, }; // Mesh options for NDT_PLANTLIKE with CPT2_MESHOPTIONS |