1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Add helper functions to make tool usable n times (#12047)

This commit is contained in:
Wuzzy 2022-06-03 19:47:04 +00:00 committed by GitHub
parent 6d163b72dc
commit 6a6b579c54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 60 additions and 3 deletions

View file

@ -183,7 +183,7 @@ void ToolCapabilities::deserializeJson(std::istream &is)
}
}
static u32 calculateResultWear(const u32 uses, const u16 initial_wear)
u32 calculateResultWear(const u32 uses, const u16 initial_wear)
{
if (uses == 0) {
// Trivial case: Infinite uses