diff options
Diffstat (limited to 'src/materials.h')
-rw-r--r-- | src/materials.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/materials.h b/src/materials.h index f061ecbfa..1439df194 100644 --- a/src/materials.h +++ b/src/materials.h @@ -97,7 +97,7 @@ private: }; // For getting the default properties, set tool="" -DiggingProperties getDiggingProperties(u8 material, const std::string &tool); +DiggingProperties getDiggingProperties(u16 material, const std::string &tool); #endif |