summaryrefslogtreecommitdiff
path: root/src/being/being.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-09-15 19:37:39 +0300
committerAndrei Karas <akaras@inbox.ru>2016-09-15 19:37:39 +0300
commit413637151f0eb471ff6b28feddc028c374f96401 (patch)
tree82658c6d0e159bd34f23a8aaaa38ef11242346a4 /src/being/being.cpp
parentc08b18e37eee7edce70dcc1aaba2afd2b968d330 (diff)
downloadplus-413637151f0eb471ff6b28feddc028c374f96401.tar.gz
plus-413637151f0eb471ff6b28feddc028c374f96401.tar.bz2
plus-413637151f0eb471ff6b28feddc028c374f96401.tar.xz
plus-413637151f0eb471ff6b28feddc028c374f96401.zip
Add type into ShopListBox.
Diffstat (limited to 'src/being/being.cpp')
-rw-r--r--src/being/being.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/being/being.cpp b/src/being/being.cpp
index 398d82f48..11deec011 100644
--- a/src/being/being.cpp
+++ b/src/being/being.cpp
@@ -4835,6 +4835,8 @@ void Being::setTileCoords(const int x, const int y) restrict2
void Being::setMap(Map *restrict const map) restrict2
{
+ mCastEndTime = 0;
+ delete2(mCastingEffect);
ActorSprite::setMap(map);
if (mMap)
{