diff --git a/src/component/CCharacterComponent.hpp b/src/component/CCharacterComponent.hpp index e0a43d7..12b9f01 100644 --- a/src/component/CCharacterComponent.hpp +++ b/src/component/CCharacterComponent.hpp @@ -3,6 +3,7 @@ #include "component/Types.hpp" #include "gx/Texture.hpp" +#include #include #include @@ -29,7 +30,7 @@ struct ComponentData { int32_t hairStyleID = 0; CM2Model* model = nullptr; uint32_t flags = 0x0; - uint8_t byte28 = 0; + char npcBakedTexturePath[STORM_MAX_PATH] = { '\0' }; uint32_t geosets[NUM_GEOSET] = { 001,