From af4acff261d579428e8eef042cc5359fa392f725 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Tue, 27 May 2014 13:33:54 -0700 Subject: Generate the char server protocol --- src/proto2/map-user.hpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/proto2/map-user.hpp') diff --git a/src/proto2/map-user.hpp b/src/proto2/map-user.hpp index d68f436..08d19fa 100644 --- a/src/proto2/map-user.hpp +++ b/src/proto2/map-user.hpp @@ -27,6 +27,9 @@ // This is a public protocol, and changes require client cooperation +// this is only needed for the payload packet right now, and that needs to die +#pragma pack(push, 1) + template<> struct Packet_Fixed<0x0212> { @@ -87,4 +90,6 @@ bool network_to_native(Packet_Fixed<0x0212> *native, NetPacket_Fixed<0x0212> net } +#pragma pack(pop) + #endif // TMWA_PROTO2_MAP_USER_HPP -- cgit v1.2.3-60-g2f50