aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/GrowMushroomIslandLayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/GrowMushroomIslandLayer.h')
-rw-r--r--Minecraft.World/GrowMushroomIslandLayer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/GrowMushroomIslandLayer.h b/Minecraft.World/GrowMushroomIslandLayer.h
index 6b0860f7..3bca4d5c 100644
--- a/Minecraft.World/GrowMushroomIslandLayer.h
+++ b/Minecraft.World/GrowMushroomIslandLayer.h
@@ -4,6 +4,6 @@
class GrowMushroomIslandLayer : public Layer
{
public:
- GrowMushroomIslandLayer(int64_t seedMixup, shared_ptr<Layer> parent);
+ GrowMushroomIslandLayer(__int64 seedMixup, shared_ptr<Layer> parent);
virtual intArray getArea(int xo, int yo, int w, int h);
}; \ No newline at end of file