diff options
Diffstat (limited to 'src/net/pethandler.h')
-rw-r--r-- | src/net/pethandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/pethandler.h b/src/net/pethandler.h index bba766f24..5caddf068 100644 --- a/src/net/pethandler.h +++ b/src/net/pethandler.h @@ -57,7 +57,7 @@ class PetHandler notfinal virtual void unequip() const = 0; - virtual void setDirection(const BeingDirection::Type type) const = 0; + virtual void setDirection(const unsigned char type) const = 0; virtual void startAi(const bool start) const = 0; }; |