diff options
| author | Perttu Ahola <celeron55@gmail.com> | 2011-07-23 16:55:26 +0300 |
|---|---|---|
| committer | Perttu Ahola <celeron55@gmail.com> | 2011-07-23 16:55:26 +0300 |
| commit | 90d793f8f369bf1431d7a915198cd49b98bbe2d7 (patch) | |
| tree | ef04c10888584488cf931e9abcbf962448b24052 /src/materials.cpp | |
| parent | f706644a50b9bc62de39f571b044c7f7c55078e4 (diff) | |
| download | minetest-90d793f8f369bf1431d7a915198cd49b98bbe2d7.tar.xz | |
extended content-type range
Diffstat (limited to 'src/materials.cpp')
| -rw-r--r-- | src/materials.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/materials.cpp b/src/materials.cpp index e3a24b9e3..24f300724 100644 --- a/src/materials.cpp +++ b/src/materials.cpp @@ -3,12 +3,12 @@ // NOTE: DEPRECATED -DiggingPropertiesList * getDiggingPropertiesList(u8 content) +DiggingPropertiesList * getDiggingPropertiesList(u16 content) { return &content_features(content).digging_properties; } -DiggingProperties getDiggingProperties(u8 content, const std::string &tool) +DiggingProperties getDiggingProperties(u16 content, const std::string &tool) { DiggingPropertiesList *mprop = getDiggingPropertiesList(content); if(mprop == NULL) |
