aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Client/Common/Network/Sony/NetworkPlayerSony.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.Client/Common/Network/Sony/NetworkPlayerSony.h')
-rw-r--r--Minecraft.Client/Common/Network/Sony/NetworkPlayerSony.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.Client/Common/Network/Sony/NetworkPlayerSony.h b/Minecraft.Client/Common/Network/Sony/NetworkPlayerSony.h
index f3415a41..2c61f78d 100644
--- a/Minecraft.Client/Common/Network/Sony/NetworkPlayerSony.h
+++ b/Minecraft.Client/Common/Network/Sony/NetworkPlayerSony.h
@@ -39,5 +39,5 @@ public:
private:
SQRNetworkPlayer *m_sqrPlayer;
Socket *m_pSocket;
- __int64 m_lastChunkPacketTime;
+ int64_t m_lastChunkPacketTime;
};