summaryrefslogtreecommitdiff
path: root/src/materials.h
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-06-17 23:28:25 +0300
committerPerttu Ahola <celeron55@gmail.com>2011-06-17 23:28:25 +0300
commit6378a71ea5f3f97316d38c114de0fc207e18f940 (patch)
tree513850b5cc0f0945520192fde8f8917dedf60a09 /src/materials.h
parent682c9d8e7d05ca7462eda7fee9b07fb6ad94d860 (diff)
downloadminetest-6378a71ea5f3f97316d38c114de0fc207e18f940.tar.gz
minetest-6378a71ea5f3f97316d38c114de0fc207e18f940.tar.bz2
minetest-6378a71ea5f3f97316d38c114de0fc207e18f940.zip
Updated comments
Diffstat (limited to 'src/materials.h')
-rw-r--r--src/materials.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/materials.h b/src/materials.h
index 272116d83..f061ecbfa 100644
--- a/src/materials.h
+++ b/src/materials.h
@@ -49,7 +49,7 @@ struct DiggingProperties
};
/*
- This is a DEPRECATED way of determining mining characteristics.
+ This is a bad way of determining mining characteristics.
TODO: Get rid of this and set up some attributes like toughness,
fluffyness, and a funciton to calculate time and durability loss
(and sound? and whatever else) from them