aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/ZoneFile.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/ZoneFile.h')
-rw-r--r--Minecraft.World/ZoneFile.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Minecraft.World/ZoneFile.h b/Minecraft.World/ZoneFile.h
index d7b8cc82..5adb60ee 100644
--- a/Minecraft.World/ZoneFile.h
+++ b/Minecraft.World/ZoneFile.h
@@ -17,18 +17,18 @@ private:
short slotCount;
public:
- __int64 lastUse;
+ int64_t lastUse;
private:
HANDLE channel;
public:
- __int64 key;
+ int64_t key;
File file;
NbtSlotFile *entityFile;
- ZoneFile(__int64 key, File file, File entityFile);
+ ZoneFile(int64_t key, File file, File entityFile);
~ZoneFile();
void readHeader();