diff options
Diffstat (limited to 'src/being/being.h')
-rw-r--r-- | src/being/being.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/being/being.h b/src/being/being.h index a6b588919..12b197a23 100644 --- a/src/being/being.h +++ b/src/being/being.h @@ -761,8 +761,9 @@ class Being notfinal : public ActorSprite, void setAdvanced(const bool n) { mAdvanced = n; addToCache(); } - bool isShopEnabled() const A_WARN_UNUSED - { return mShop; } + bool isBuyShopEnabled() const A_WARN_UNUSED; + + bool isSellShopEnabled() const A_WARN_UNUSED; void enableShop(const bool b); |