diff options
author | Eugenio Favalli <elvenprogrammer@gmail.com> | 2006-01-14 17:08:44 +0000 |
---|---|---|
committer | Eugenio Favalli <elvenprogrammer@gmail.com> | 2006-01-14 17:08:44 +0000 |
commit | b61fc25de4bb543582bbb7c49e093007f5ca0f0e (patch) | |
tree | c1aa97fc116ce9a069ae6c39f9111063b5ae1930 /src/messageout.cpp | |
parent | a6f2542ebfa3e7cb4573a394578ffbd00fe8e0cf (diff) | |
download | manaserv-b61fc25de4bb543582bbb7c49e093007f5ca0f0e.tar.gz manaserv-b61fc25de4bb543582bbb7c49e093007f5ca0f0e.tar.bz2 manaserv-b61fc25de4bb543582bbb7c49e093007f5ca0f0e.tar.xz manaserv-b61fc25de4bb543582bbb7c49e093007f5ca0f0e.zip |
Sever returns infos about position of the selected character (map name, coordinates).
Diffstat (limited to 'src/messageout.cpp')
-rw-r--r-- | src/messageout.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/messageout.cpp b/src/messageout.cpp index 95e55a86..63c69db4 100644 --- a/src/messageout.cpp +++ b/src/messageout.cpp @@ -83,8 +83,6 @@ MessageOut::writeString(const std::string &string, int length) { // Write the length at the start if not fixed writeShort(string.length()); - std::string toWrite = string; - expand(mPos + string.length()); } else if (length < (int)string.length()) |