diff options
Diffstat (limited to 'src/being.h')
-rw-r--r-- | src/being.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/being.h b/src/being.h index db170af30..1dfc9bb4d 100644 --- a/src/being.h +++ b/src/being.h @@ -50,6 +50,7 @@ #define SPEECH_TIME 500 #define SPEECH_MAX_TIME 1000 +class AnimatedSprite; class BeingCacheEntry; class BeingInfo; class FlashText; @@ -331,7 +332,8 @@ class Being : public ActorSprite, public ConfigListener * Sets visible equipments for this being. */ void setSprite(unsigned int slot, int id, - const std::string &color = "", bool isWeapon = false); + const std::string &color = "", bool isWeapon = false, + bool isTempSprite = false); void setSpriteID(unsigned int slot, int id); |