From 2464d9d85019711583ef830c2fdeae8a6772cb53 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 1 Feb 2015 16:29:52 +0300 Subject: Show shop name on players. --- src/being/being.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/being/being.cpp') diff --git a/src/being/being.cpp b/src/being/being.cpp index c1ccf3c90..06012f708 100644 --- a/src/being/being.cpp +++ b/src/being/being.cpp @@ -175,6 +175,7 @@ Being::Being(const int id, mSpriteHide(new int[20]), mSpriteDraw(new int[20]), mComment(), + mBoard(), mPets(), mOwner(nullptr), mSpecialParticle(nullptr), @@ -3526,3 +3527,8 @@ void Being::setChat(ChatObject *const obj) delete mChat; mChat = obj; } + +void Being::setBoard(const std::string &text) +{ + mBoard = text; +} -- cgit v1.2.3-70-g09d2