From 50d63e4b0ac15ded5a9fb684586a88a91366d067 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Wed, 16 Nov 2011 09:36:19 +0200 Subject: Add name field to ContentFeatures --- src/nodedef.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/nodedef.h') diff --git a/src/nodedef.h b/src/nodedef.h index b29f21734..a29626b10 100644 --- a/src/nodedef.h +++ b/src/nodedef.h @@ -138,13 +138,12 @@ struct ContentFeatures // the texture atlas std::set used_texturenames; - // True if this actually contains non-default data - bool modified; - /* Actual data */ + std::string name; // "" = undefined node + // Visual definition enum NodeDrawType drawtype; float visual_scale; // Misc. scale parameter -- cgit v1.2.3