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