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/net/tmwa/playerhandler.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/net/tmwa/playerhandler.cpp') diff --git a/src/net/tmwa/playerhandler.cpp b/src/net/tmwa/playerhandler.cpp index e0f3e5c29..62027cdd4 100644 --- a/src/net/tmwa/playerhandler.cpp +++ b/src/net/tmwa/playerhandler.cpp @@ -64,7 +64,7 @@ namespace */ struct WeightListener : public gcn::ActionListener { - void action(const gcn::ActionEvent &event _UNUSED_) + void action(const gcn::ActionEvent &event A_UNUSED) { weightNotice = NULL; } @@ -75,7 +75,7 @@ namespace */ struct DeathListener : public gcn::ActionListener { - void action(const gcn::ActionEvent &event _UNUSED_) + void action(const gcn::ActionEvent &event A_UNUSED) { Net::getPlayerHandler()->respawn(); deathNotice = NULL; @@ -675,7 +675,7 @@ void PlayerHandler::increaseAttribute(int attr) } } -void PlayerHandler::decreaseAttribute(int attr _UNUSED_) +void PlayerHandler::decreaseAttribute(int attr A_UNUSED) { // Supported by eA? } @@ -748,13 +748,13 @@ void PlayerHandler::respawn() outMsg.writeInt8(0); } -void PlayerHandler::ignorePlayer(const std::string &player _UNUSED_, - bool ignore _UNUSED_) +void PlayerHandler::ignorePlayer(const std::string &player A_UNUSED, + bool ignore A_UNUSED) { // TODO } -void PlayerHandler::ignoreAll(bool ignore _UNUSED_) +void PlayerHandler::ignoreAll(bool ignore A_UNUSED) { // TODO } -- cgit v1.2.3-70-g09d2