From 011eb079956c8b08db7b7ecff57503c436b39cbf Mon Sep 17 00:00:00 2001 From: Johannes Thorn Date: Mon, 29 Sep 2008 14:26:11 +0200 Subject: uint_16 nach unit_32 ver?ndert um Timestamp speichern zu k?nnen --- src/Net/Packets/LogPacket.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Net/Packets/LogPacket.h b/src/Net/Packets/LogPacket.h index 2c541ae..dd406b4 100644 --- a/src/Net/Packets/LogPacket.h +++ b/src/Net/Packets/LogPacket.h @@ -35,7 +35,7 @@ class LogPacket : public Packet { struct LogData { uint16_t category; uint16_t level; - uint16_t messageTimestamp; + uint32_t messageTimestamp; uint8_t message[0]; }; -- cgit v1.2.3