aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/HellFlatLevelSource.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/HellFlatLevelSource.h')
-rw-r--r--Minecraft.World/HellFlatLevelSource.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/HellFlatLevelSource.h b/Minecraft.World/HellFlatLevelSource.h
index c1bd5868..b756d9a6 100644
--- a/Minecraft.World/HellFlatLevelSource.h
+++ b/Minecraft.World/HellFlatLevelSource.h
@@ -26,7 +26,7 @@ private:
Level *level;
public:
- HellFlatLevelSource(Level *level, int64_t seed);
+ HellFlatLevelSource(Level *level, __int64 seed);
~HellFlatLevelSource();
private: