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