diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-09-15 19:37:39 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-09-15 19:37:39 +0300 |
commit | 413637151f0eb471ff6b28feddc028c374f96401 (patch) | |
tree | 82658c6d0e159bd34f23a8aaaa38ef11242346a4 /src/being | |
parent | c08b18e37eee7edce70dcc1aaba2afd2b968d330 (diff) | |
download | plus-413637151f0eb471ff6b28feddc028c374f96401.tar.gz plus-413637151f0eb471ff6b28feddc028c374f96401.tar.bz2 plus-413637151f0eb471ff6b28feddc028c374f96401.tar.xz plus-413637151f0eb471ff6b28feddc028c374f96401.zip |
Add type into ShopListBox.
Diffstat (limited to 'src/being')
-rw-r--r-- | src/being/being.cpp | 2 |
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) { |