Catch SendFailedException when replying back in Connection::Receive()
[oweals/minetest.git] / src / materials.h
index f061ecbfa5eb7075c5fe0e4463fad10ff6279301..1439df194c27ea892e20d9e15ee2170fd47e2bd6 100644 (file)
@@ -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