aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/CanyonFeature.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/CanyonFeature.cpp')
-rw-r--r--Minecraft.World/CanyonFeature.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/CanyonFeature.cpp b/Minecraft.World/CanyonFeature.cpp
index 6d1dda64..a375db7d 100644
--- a/Minecraft.World/CanyonFeature.cpp
+++ b/Minecraft.World/CanyonFeature.cpp
@@ -4,7 +4,7 @@
#include "net.minecraft.world.level.tile.h"
#include "net.minecraft.world.level.biome.h"
-void CanyonFeature::addTunnel(__int64 seed, int xOffs, int zOffs, byteArray blocks, double xCave, double yCave, double zCave, float thickness, float yRot, float xRot, int step, int dist, double yScale)
+void CanyonFeature::addTunnel(int64_t seed, int xOffs, int zOffs, byteArray blocks, double xCave, double yCave, double zCave, float thickness, float yRot, float xRot, int step, int dist, double yScale)
{
MemSect(49);
Random *random = new Random(seed);