aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/PickaxeItem.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/PickaxeItem.h')
-rw-r--r--Minecraft.World/PickaxeItem.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Minecraft.World/PickaxeItem.h b/Minecraft.World/PickaxeItem.h
index 52dac510..36caf49a 100644
--- a/Minecraft.World/PickaxeItem.h
+++ b/Minecraft.World/PickaxeItem.h
@@ -2,12 +2,12 @@
#include "DiggerItem.h"
-#define PICKAXE_DIGGABLES 22
+#define PICKAXE_DIGGABLES 23
class PickaxeItem : public DiggerItem
{
private:
- static TileArray *diggables;
+ static TileArray diggables;
public: //
static void staticCtor();