summaryrefslogtreecommitdiff
path: root/src/nodedef.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nodedef.h')
-rw-r--r--src/nodedef.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nodedef.h b/src/nodedef.h
index 5196e0233..c875e0b75 100644
--- a/src/nodedef.h
+++ b/src/nodedef.h
@@ -28,6 +28,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#ifndef SERVER
#include "tile.h"
#endif
+#include "itemgroup.h"
class IItemDefManager;
class ITextureSource;
class IGameDef;
@@ -148,7 +149,7 @@ struct ContentFeatures
*/
std::string name; // "" = undefined node
- std::map<std::string, int> groups; // Same as in itemdef
+ ItemGroupList groups; // Same as in itemdef
// Visual definition
enum NodeDrawType drawtype;