Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/game/StarArmorWearer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/game/StarArmorWearer.hpp')
-rw-r--r--source/game/StarArmorWearer.hpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/source/game/StarArmorWearer.hpp b/source/game/StarArmorWearer.hpp
index 4297d59..e4ddf01 100644
--- a/source/game/StarArmorWearer.hpp
+++ b/source/game/StarArmorWearer.hpp
@@ -26,7 +26,7 @@ class ArmorWearer : public NetElementSyncGroup {
public:
ArmorWearer();
- void setupHumanoidClothingDrawables(Humanoid& humanoid, bool forceNude) const;
+ void setupHumanoidClothingDrawables(Humanoid& humanoid, bool forceNude);
void effects(EffectEmitter& effectEmitter);
List<PersistentStatusEffect> statusEffects() const;
@@ -82,6 +82,9 @@ private:
NetElementData<ItemDescriptor> m_chestCosmeticItemDataNetState;
NetElementData<ItemDescriptor> m_legsCosmeticItemDataNetState;
NetElementData<ItemDescriptor> m_backCosmeticItemDataNetState;
+
+ bool m_lastNude;
+ bool m_needsHumanoidSync;
};
}