diff options
Diffstat (limited to 'Minecraft.World/ZoneIo.cpp')
| -rw-r--r-- | Minecraft.World/ZoneIo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/ZoneIo.cpp b/Minecraft.World/ZoneIo.cpp index 0bd2a637..f1838c86 100644 --- a/Minecraft.World/ZoneIo.cpp +++ b/Minecraft.World/ZoneIo.cpp @@ -2,7 +2,7 @@ #include "ByteBuffer.h" #include "ZoneIo.h" -ZoneIo::ZoneIo(HANDLE channel, int64_t pos) +ZoneIo::ZoneIo(HANDLE channel, __int64 pos) { this->channel = channel; this->pos = pos; |
