aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/RandomLevelSource.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/RandomLevelSource.h')
-rw-r--r--Minecraft.World/RandomLevelSource.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/RandomLevelSource.h b/Minecraft.World/RandomLevelSource.h
index 740a9db2..ef145df0 100644
--- a/Minecraft.World/RandomLevelSource.h
+++ b/Minecraft.World/RandomLevelSource.h
@@ -47,7 +47,7 @@ private:
floatArray pows;
public:
- RandomLevelSource(Level *level, __int64 seed, bool generateStructures);
+ RandomLevelSource(Level *level, int64_t seed, bool generateStructures);
~RandomLevelSource();
public: