From f8cd17e234018066b03b995e92a09981d3d927f8 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 24 Nov 2011 04:08:24 +0300 Subject: Remove some debug messages and old comments. --- src/being.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/being.cpp') diff --git a/src/being.cpp b/src/being.cpp index 3ed7ba587..736d64f1a 100644 --- a/src/being.cpp +++ b/src/being.cpp @@ -904,9 +904,6 @@ void Being::setGuild(Guild *guild) if (old) old->removeMember(mName); -// if (guild) -// guild->addMember(mId, mName); - updateColors(); if (this == player_node && socialWindow) @@ -1041,7 +1038,6 @@ void Being::setAction(Action action, int attackType A_UNUSED) if (currentAction != SpriteAction::INVALID) { - //set mNumber play(currentAction); mAction = action; } @@ -2141,7 +2137,6 @@ void Being::recalcSpritesOrder() std::vector slotRemap; std::map itemSlotRemap; -// logger->log("preparation start"); std::vector::iterator it; int oldHide[20]; int dir = mSpriteDirection; @@ -2495,7 +2490,6 @@ void Being::saveComment(const std::string &name, return; } dir += stringToHexPath(name); -// logger->log("save to: %s", dir.c_str()); ResourceManager *resman = ResourceManager::getInstance(); resman->saveTextFile(dir, "comment.txt", name + "\n" + comment); } @@ -2520,7 +2514,6 @@ void Being::setEmote(Uint8 emotion, int emote_time) updateName(); addToCache(); } -// logger->log("flags: %d", emotion - FLAG_SPECIAL); } else { -- cgit v1.2.3-60-g2f50