From 2debd445c71e65265359b6471795cab2cb2c7086 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Fri, 24 Aug 2007 12:32:19 +0000 Subject: Added trimming of name for new character creation and of chat messages appearing above players. Also improved resize mouse cursor indication, removing duplicated code and fixing indicator above resize grip. --- src/net/chathandler.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/net') diff --git a/src/net/chathandler.cpp b/src/net/chathandler.cpp index 9095a4e1..c8f52e2b 100644 --- a/src/net/chathandler.cpp +++ b/src/net/chathandler.cpp @@ -36,6 +36,7 @@ #include "../gui/chat.h" #include "../utils/tostring.h" +#include "../utils/trim.h" extern Being *player_node; @@ -73,6 +74,7 @@ void ChatHandler::handleMessage(MessageIn *msg) chatMsg = msg->readString(chatMsgLength); chatWindow->chatLog(chatMsg, BY_OTHER); chatMsg.erase(0, chatMsg.find(" : ", 0) + 3); + trim(chatMsg); being->setSpeech(chatMsg, SPEECH_TIME); break; -- cgit v1.2.3-70-g09d2