summaryrefslogtreecommitdiff
path: root/src/being/being.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-10-19 15:44:14 +0300
committerAndrei Karas <akaras@inbox.ru>2015-10-19 15:44:14 +0300
commit3420babbbc6d10f1fc5be7ff7b895e618acd5f0e (patch)
tree92dc07613db98c4bd56f28aa8faffb99e0bde88f /src/being/being.h
parentcf6a135902b647b565e782e9cb9626b7ac8b361b (diff)
downloadplus-3420babbbc6d10f1fc5be7ff7b895e618acd5f0e.tar.gz
plus-3420babbbc6d10f1fc5be7ff7b895e618acd5f0e.tar.bz2
plus-3420babbbc6d10f1fc5be7ff7b895e618acd5f0e.tar.xz
plus-3420babbbc6d10f1fc5be7ff7b895e618acd5f0e.zip
Allow support for different horses riding.
Diffstat (limited to 'src/being/being.h')
-rw-r--r--src/being/being.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/being/being.h b/src/being/being.h
index 8aad79698..9b6f3f6f7 100644
--- a/src/being/being.h
+++ b/src/being/being.h
@@ -895,6 +895,8 @@ class Being notfinal : public ActorSprite,
void setRiding(const bool b) override final;
+ void setHorse(const int horseId);
+
void removeHorse();
void setSellBoard(const std::string &text);