diff options
Diffstat (limited to 'src/net/ea/beinghandler.cpp')
-rw-r--r-- | src/net/ea/beinghandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/ea/beinghandler.cpp b/src/net/ea/beinghandler.cpp index 2da19ad36..c6606fda8 100644 --- a/src/net/ea/beinghandler.cpp +++ b/src/net/ea/beinghandler.cpp @@ -717,7 +717,7 @@ void BeingHandler::processPlayerStop(Net::MessageIn &msg) } } -void BeingHandler::processPlayerMoveToAttack(Net::MessageIn &msg _UNUSED_) +void BeingHandler::processPlayerMoveToAttack(Net::MessageIn &msg A_UNUSED) { /* * This is an *advisory* message, telling the client that |