From 4e7669dd6e07658fa86878d1e64c482a094b3b19 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 28 Dec 2014 00:11:59 +0300 Subject: Add fake pet moving commands. Actual moving will be implimented after. --- src/net/pethandler.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/net/pethandler.h') diff --git a/src/net/pethandler.h b/src/net/pethandler.h index 914065593..1eaf011d8 100644 --- a/src/net/pethandler.h +++ b/src/net/pethandler.h @@ -32,10 +32,8 @@ class PetHandler notfinal virtual ~PetHandler() { } - virtual void move(const Being *const being, - const int petId, - const int x1, const int y1, - const int x2, const int y2) const = 0; + virtual void move(const int petId, + const int x, const int y) const = 0; virtual void spawn(const Being *const being, const int petId, -- cgit v1.2.3-70-g09d2