summaryrefslogtreecommitdiff
path: root/src/net/eathena/pethandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/pethandler.cpp')
-rw-r--r--src/net/eathena/pethandler.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/net/eathena/pethandler.cpp b/src/net/eathena/pethandler.cpp
index 41b69550c..9c78787cf 100644
--- a/src/net/eathena/pethandler.cpp
+++ b/src/net/eathena/pethandler.cpp
@@ -108,10 +108,8 @@ void PetHandler::handleMessage(Net::MessageIn &msg)
BLOCK_END("PetHandler::handleMessage")
}
-void PetHandler::move(const Being *const being A_UNUSED,
- const int petId A_UNUSED,
- const int x1 A_UNUSED, const int y1 A_UNUSED,
- const int x2 A_UNUSED, const int y2 A_UNUSED) const
+void PetHandler::move(const int petId A_UNUSED,
+ const int x A_UNUSED, const int y A_UNUSED) const
{
}