refactor: nuke __int64/__uint64 in Minecraft.World

This commit is contained in:
Tropical
2026-03-21 17:10:36 -05:00
parent 8036565022
commit 357fca24aa
117 changed files with 251 additions and 251 deletions

View File

@@ -30,7 +30,7 @@ private:
Level* level;
public:
TheEndLevelRandomLevelSource(Level* level, __int64 seed);
TheEndLevelRandomLevelSource(Level* level, int64_t seed);
~TheEndLevelRandomLevelSource();
void prepareHeights(int xOffs, int zOffs, byteArray blocks,