From b749caeee7ab8acee793c714915e34cad339642f Mon Sep 17 00:00:00 2001 From: powerof3 Date: Fri, 26 Jan 2024 18:40:16 +0000 Subject: [PATCH] maintenance --- src/RE/A/Actor.cpp | 6 +++--- src/RE/E/ExtraDataList.cpp | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/RE/A/Actor.cpp b/src/RE/A/Actor.cpp index 1d330057a..bc67a5067 100644 --- a/src/RE/A/Actor.cpp +++ b/src/RE/A/Actor.cpp @@ -756,17 +756,17 @@ namespace RE return func(this, a_power); } - bool Actor::IsDualCasting() const + bool Actor::IsDualCasting() const { if (!currentProcess) { return false; } - const auto highProcess = currentProcess->high; + const auto highProcess = currentProcess->high; return highProcess && highProcess->isDualCasting; } - bool Actor::IsEssential() const + bool Actor::IsEssential() const { return boolFlags.all(BOOL_FLAGS::kEssential); } diff --git a/src/RE/E/ExtraDataList.cpp b/src/RE/E/ExtraDataList.cpp index 7d3b546df..b14e07df9 100644 --- a/src/RE/E/ExtraDataList.cpp +++ b/src/RE/E/ExtraDataList.cpp @@ -282,14 +282,14 @@ namespace RE ObjectRefHandle(); } - bool ExtraDataList::HasQuestObjectAlias() + bool ExtraDataList::HasQuestObjectAlias() { using func_t = decltype(&ExtraDataList::HasQuestObjectAlias); REL::Relocation func{ RELOCATION_ID(11913, 12052) }; return func(this); } - void ExtraDataList::SetCount(std::uint16_t a_count) + void ExtraDataList::SetCount(std::uint16_t a_count) { using func_t = decltype(&ExtraDataList::SetCount); REL::Relocation func{ Offset::ExtraDataList::SetCount };