summaryrefslogtreecommitdiff
path: root/src/proto2/char-user.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/proto2/char-user.hpp')
-rw-r--r--src/proto2/char-user.hpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/proto2/char-user.hpp b/src/proto2/char-user.hpp
index 2c1d1ac..2fc3856 100644
--- a/src/proto2/char-user.hpp
+++ b/src/proto2/char-user.hpp
@@ -27,9 +27,6 @@
// 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<0x0061>
{
@@ -622,6 +619,4 @@ bool network_to_native(Packet_Fixed<0x0071> *native, NetPacket_Fixed<0x0071> net
}
-# pragma pack(pop)
-
#endif // TMWA_PROTO2_CHAR_USER_HPP