diff options
author | Perttu Ahola <celeron55@gmail.com> | 2011-04-03 16:21:06 +0300 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2011-04-03 16:21:06 +0300 |
commit | 01c2b003e1efb839ad246eb939af7fa8336b9ad5 (patch) | |
tree | 9771fbd3321709f6aff0761ed7efc5a177823352 /src/mapnode.h | |
parent | 06eb0ad4d063c696afa53cad75824c7778c5c157 (diff) | |
download | minetest-01c2b003e1efb839ad246eb939af7fa8336b9ad5.tar.xz |
commit before some more radical changes
Diffstat (limited to 'src/mapnode.h')
-rw-r--r-- | src/mapnode.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/mapnode.h b/src/mapnode.h index 03a294ad2..ba08a37da 100644 --- a/src/mapnode.h +++ b/src/mapnode.h @@ -94,12 +94,8 @@ void init_content_inventory_texture_paths(); #define CONTENT_COALSTONE 11 #define CONTENT_WOOD 12 #define CONTENT_SAND 13 - -/* - This is used by all kinds of things to allocate memory for all - contents except CONTENT_AIR and CONTENT_IGNORE -*/ -#define USEFUL_CONTENT_COUNT 14 +#define CONTENT_FURNACE 14 +#define CONTENT_SIGN_WALL 15 /* Content feature list |