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