From ff560fe445af0dc0ac5a16e1ad26044bcee454b4 Mon Sep 17 00:00:00 2001 From: alandtse Date: Mon, 19 Aug 2024 00:19:56 +0000 Subject: [PATCH] maintenance --- include/RE/B/BGSCameraShot.h | 22 +++++++++++----------- src/RE/B/BSResourceNiBinaryStream.cpp | 2 +- src/RE/B/BSScaleformTranslator.cpp | 2 +- src/RE/B/BSScriptObjectBindPolicy.cpp | 2 +- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/include/RE/B/BGSCameraShot.h b/include/RE/B/BGSCameraShot.h index a1ea051ce..60e7b59f6 100644 --- a/include/RE/B/BGSCameraShot.h +++ b/include/RE/B/BGSCameraShot.h @@ -80,18 +80,18 @@ namespace RE void InitItemImpl() override; // 13 // members - CAMERA_SHOT_DATA data; // 58 - DATA - std::uint32_t pad84; // 84 - void* unk88; // 88 - smart ptr - void* unk90; // 90 - smart ptr - RefHandle unk98; // 98 - std::uint32_t unk9C; // 9C + CAMERA_SHOT_DATA data; // 58 - DATA + std::uint32_t pad84; // 84 + void* unk88; // 88 - smart ptr + void* unk90; // 90 - smart ptr + RefHandle unk98; // 98 + std::uint32_t unk9C; // 9C NiPointer cameraNode; // A0 - smart ptr - NiPointer unkA8; // A8 - smart ptr - std::uint8_t unkB0; // B0 - bool unkB1; // B1 - std::uint16_t padB2; // B2 - std::uint32_t padB4; // B4 + NiPointer unkA8; // A8 - smart ptr + std::uint8_t unkB0; // B0 + bool unkB1; // B1 + std::uint16_t padB2; // B2 + std::uint32_t padB4; // B4 ModelDBHandle cameraHandle; // B8 private: KEEP_FOR_RE() diff --git a/src/RE/B/BSResourceNiBinaryStream.cpp b/src/RE/B/BSResourceNiBinaryStream.cpp index f0fc39286..06e5ce373 100644 --- a/src/RE/B/BSResourceNiBinaryStream.cpp +++ b/src/RE/B/BSResourceNiBinaryStream.cpp @@ -52,7 +52,7 @@ namespace RE void BSResourceNiBinaryStream::set_endian_swap(bool a_doSwap) { using func_t = decltype(&BSResourceNiBinaryStream::set_endian_swap); - static REL::Relocation func{ RELOCATION_ID(69643, 71021) }; + static REL::Relocation func{ RELOCATION_ID(69643, 71021) }; return func(this, a_doSwap); } diff --git a/src/RE/B/BSScaleformTranslator.cpp b/src/RE/B/BSScaleformTranslator.cpp index f3f3846a1..b6a796ddd 100644 --- a/src/RE/B/BSScaleformTranslator.cpp +++ b/src/RE/B/BSScaleformTranslator.cpp @@ -5,7 +5,7 @@ namespace RE void BSScaleformTranslator::GetCachedString(wchar_t** a_pOut, wchar_t* a_bufIn, std::uint32_t a_unused) { using func_t = decltype(&BSScaleformTranslator::GetCachedString); - static REL::Relocation func{ RELOCATION_ID(67844, 69188) }; + static REL::Relocation func{ RELOCATION_ID(67844, 69188) }; return func(a_pOut, a_bufIn, a_unused); } } diff --git a/src/RE/B/BSScriptObjectBindPolicy.cpp b/src/RE/B/BSScriptObjectBindPolicy.cpp index 839e03b6d..484f2931c 100644 --- a/src/RE/B/BSScriptObjectBindPolicy.cpp +++ b/src/RE/B/BSScriptObjectBindPolicy.cpp @@ -7,7 +7,7 @@ namespace RE void ObjectBindPolicy::BindObject(BSTSmartPointer& a_objectPtr, VMHandle a_handle) { using func_t = decltype(&ObjectBindPolicy::BindObject); - static REL::Relocation func{ RELOCATION_ID(97379, 104184) }; + static REL::Relocation func{ RELOCATION_ID(97379, 104184) }; return func(this, a_objectPtr, a_handle); } }