From 8775c79b86c7ee16f32a6c973f2f3dd1d7de69f8 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 21 Jun 2016 17:21:34 +0300 Subject: In Being split setTempSprite into setTempSprite and setHairTempSprite. --- src/being/being.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/being/being.h') diff --git a/src/being/being.h b/src/being/being.h index 25246a8b1..b19ccec31 100644 --- a/src/being/being.h +++ b/src/being/being.h @@ -340,8 +340,11 @@ class Being notfinal : public ActorSprite, void setWeaponId(const int id) restrict2; void setTempSprite(const unsigned int slot, - const int id, - std::string color) restrict2; + const int id) restrict2; + + void setHairTempSprite(const unsigned int slot, + const int id, + std::string color) restrict2; void updateSprite(const unsigned int slot, const int id, -- cgit v1.2.3-70-g09d2