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