diff options
Diffstat (limited to 'source/game/StarArmorWearer.hpp')
-rw-r--r-- | source/game/StarArmorWearer.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/game/StarArmorWearer.hpp b/source/game/StarArmorWearer.hpp index ceb98b0..caee49e 100644 --- a/source/game/StarArmorWearer.hpp +++ b/source/game/StarArmorWearer.hpp @@ -87,11 +87,13 @@ private: // only works under the assumption that this ArmorWearer // will only ever touch one Humanoid (which is true!) Maybe<Gender> m_lastGender; + Maybe<Direction> m_lastDirection; bool m_lastNude; bool m_headNeedsSync; bool m_chestNeedsSync; bool m_legsNeedsSync; bool m_backNeedsSync; + Direction facingDirection; }; } |