aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/IslandLayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/IslandLayer.h')
-rw-r--r--Minecraft.World/IslandLayer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/IslandLayer.h b/Minecraft.World/IslandLayer.h
index 09e90eb3..90995636 100644
--- a/Minecraft.World/IslandLayer.h
+++ b/Minecraft.World/IslandLayer.h
@@ -5,7 +5,7 @@
class IslandLayer : public Layer
{
public:
- IslandLayer(__int64 seedMixup);
+ IslandLayer(int64_t seedMixup);
intArray getArea(int xo, int yo, int w, int h);
}; \ No newline at end of file