aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/RiverInitLayer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/RiverInitLayer.cpp')
-rw-r--r--Minecraft.World/RiverInitLayer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/RiverInitLayer.cpp b/Minecraft.World/RiverInitLayer.cpp
index e9497896..86110e13 100644
--- a/Minecraft.World/RiverInitLayer.cpp
+++ b/Minecraft.World/RiverInitLayer.cpp
@@ -1,7 +1,7 @@
#include "stdafx.h"
#include "net.minecraft.world.level.newbiome.layer.h"
-RiverInitLayer::RiverInitLayer(__int64 seed, shared_ptr<Layer>parent) : Layer(seed)
+RiverInitLayer::RiverInitLayer(int64_t seed, shared_ptr<Layer>parent) : Layer(seed)
{
this->parent = parent;
}