diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-07-27 21:27:28 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-07-27 21:27:28 +0300 |
commit | 5f61b3a8ec592bc251a08366656b55bdfe3736a0 (patch) | |
tree | 156cbe63e9a5790c17439003041b46cf8a1ce362 /src/being/being.h | |
parent | e8568355d85fb3972df517a4520120fc681c937c (diff) | |
download | plus-5f61b3a8ec592bc251a08366656b55bdfe3736a0.tar.gz plus-5f61b3a8ec592bc251a08366656b55bdfe3736a0.tar.bz2 plus-5f61b3a8ec592bc251a08366656b55bdfe3736a0.tar.xz plus-5f61b3a8ec592bc251a08366656b55bdfe3736a0.zip |
Fix height being position if player not moving.
Diffstat (limited to 'src/being/being.h')
-rw-r--r-- | src/being/being.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/being/being.h b/src/being/being.h index ccfabe9a1..776af36dc 100644 --- a/src/being/being.h +++ b/src/being/being.h @@ -1061,6 +1061,7 @@ class Being notfinal : public ActorSprite, bool mShop; bool mAway; bool mInactive; + bool mNeedPosUpdate; }; extern std::list<BeingCacheEntry*> beingInfoCache; |