summaryrefslogtreecommitdiff
path: root/src/messageout.h
diff options
context:
space:
mode:
authorAaron Marks <nymacro@gmail.com>2005-07-16 03:55:54 +0000
committerAaron Marks <nymacro@gmail.com>2005-07-16 03:55:54 +0000
commit34e887895276242efaf2e0b5f1700c1ab1d6b3db (patch)
tree8e2805ad893678364cde6ec1a37146c1bbecf075 /src/messageout.h
parentca0ffbbacfcba5e0f019c83fd0b759752b192ca0 (diff)
downloadmanaserv-34e887895276242efaf2e0b5f1700c1ab1d6b3db.tar.gz
manaserv-34e887895276242efaf2e0b5f1700c1ab1d6b3db.tar.bz2
manaserv-34e887895276242efaf2e0b5f1700c1ab1d6b3db.tar.xz
manaserv-34e887895276242efaf2e0b5f1700c1ab1d6b3db.zip
Fixed problem with memory expanding in Packet.
Server now handles register requests.
Diffstat (limited to 'src/messageout.h')
-rw-r--r--src/messageout.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/messageout.h b/src/messageout.h
index df49881e..fd7d1752 100644
--- a/src/messageout.h
+++ b/src/messageout.h
@@ -59,7 +59,6 @@ class MessageOut
private:
Packet *packet; /**< Created packet. */
- unsigned int pos; /**< Current position in packet */
};
#endif