diff options
Diffstat (limited to '')
-rw-r--r-- | src/Blocks/BlockHandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Blocks/BlockHandler.h b/src/Blocks/BlockHandler.h index 8d595cc4a..87b259d54 100644 --- a/src/Blocks/BlockHandler.h +++ b/src/Blocks/BlockHandler.h @@ -232,7 +232,7 @@ public: /** Returns the fortune level of a tool, if it is a valid tool. Can be used in ConvertToPickups() implementations. */ - static unsigned int ToolFortuneLevel(const cItem * a_Tool); + static unsigned char ToolFortuneLevel(const cItem * a_Tool); // Gets the blockhandler for the given block type. static const cBlockHandler & For(BLOCKTYPE a_BlockType); |