diff options
Diffstat (limited to 'src/being.cpp')
-rw-r--r-- | src/being.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/being.cpp b/src/being.cpp index d5012ac06..e8f6566f0 100644 --- a/src/being.cpp +++ b/src/being.cpp @@ -2794,6 +2794,8 @@ void Being::setEmote(const uint8_t emotion, const int emote_time) mEmotionSprite = AnimatedSprite::clone(sprite->sprite); if (mEmotionSprite) mEmotionTime = info->time; + else + mEmotionTime = emote_time; } } } |