From 5e14ab971129eb95ca02e373fc21adb46c0eaca1 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 7 Jul 2011 22:52:35 +0300 Subject: Remove undescore from variables and defines. --- src/being.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/being.cpp') diff --git a/src/being.cpp b/src/being.cpp index c65b1c517..fcf230dc0 100644 --- a/src/being.cpp +++ b/src/being.cpp @@ -669,7 +669,7 @@ void Being::takeDamage(Being *attacker, int amount, AttackType type) } void Being::handleAttack(Being *victim, int damage, - AttackType type _UNUSED_) + AttackType type A_UNUSED) { if (!victim || !mInfo) return; @@ -741,7 +741,7 @@ void Being::setGuildName(const std::string &name) } -void Being::setGuildPos(const std::string &pos _UNUSED_) +void Being::setGuildPos(const std::string &pos A_UNUSED) { // logger->log("Got guild position \"%s\" for being %s(%i)", pos.c_str(), mName.c_str(), mId); } @@ -915,7 +915,7 @@ void Being::fireMissile(Being *victim, const std::string &particle) } -void Being::setAction(Action action, int attackType _UNUSED_) +void Being::setAction(Action action, int attackType A_UNUSED) { std::string currentAction = SpriteAction::INVALID; -- cgit v1.2.3-60-g2f50