From b61fc25de4bb543582bbb7c49e093007f5ca0f0e Mon Sep 17 00:00:00 2001 From: Eugenio Favalli Date: Sat, 14 Jan 2006 17:08:44 +0000 Subject: Sever returns infos about position of the selected character (map name, coordinates). --- src/messageout.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/messageout.cpp') diff --git a/src/messageout.cpp b/src/messageout.cpp index 95e55a8..63c69db 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()) -- cgit