diff --git a/include/RE/V/VATS.h b/include/RE/V/VATS.h index 36c7bd2dc..98563b4d9 100644 --- a/include/RE/V/VATS.h +++ b/include/RE/V/VATS.h @@ -61,7 +61,7 @@ namespace RE // members std::uint32_t pad00; // 00 BSTArray> commandList; // 08 - VATS_MODE VATSMode; // 20 + VATS_MODE mode; // 20 std::uint32_t pad24; // 24 std::uint64_t unk28; // 28 BGSCameraShot* cameraShot; // 30 @@ -87,7 +87,7 @@ namespace RE std::int32_t unkA0; // A0 std::uint32_t padA4; // A4 NiPointer attacker; // A8 - NiPointer unkB0; // B0 - stranger? + NiPointer stranger; // B0 mutable BSSpinLock lock; // B8 }; static_assert(sizeof(VATS) == 0xC0);