diff options
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; |