mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-07 09:05:25 +00:00
missed some
This commit is contained in:
@@ -24,7 +24,7 @@ std::FILE* OpenBinaryFileForReadWrite(const File& file) {
|
||||
const int ZoneFile::slotsLength =
|
||||
ZonedChunkStorage::CHUNKS_PER_ZONE * ZonedChunkStorage::CHUNKS_PER_ZONE;
|
||||
|
||||
ZoneFile::ZoneFile(__int64 key, File file, File entityFile)
|
||||
ZoneFile::ZoneFile(int64_t key, File file, File entityFile)
|
||||
: slots(slotsLength) {
|
||||
lastUse = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user