missed some

This commit is contained in:
Tropical
2026-03-21 17:12:22 -05:00
parent 357fca24aa
commit e7bafb17d0
7 changed files with 54 additions and 54 deletions

View File

@@ -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;