]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/materials.cpp
changed one forgotten en_US.UTF-8 to C
[dragonfireclient.git] / src / materials.cpp
index e3a24b9e34f8d16d58b5da7396e70ceabf3472cc..24f30072435915a6f701d4404b1b703b40415371 100644 (file)
@@ -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)