From ff2afeaf5d6f6cac4c5b7cb1caaa2e0d89713393 Mon Sep 17 00:00:00 2001 From: powerof3 Date: Mon, 21 Aug 2023 09:52:55 +0000 Subject: [PATCH] maintenance --- src/RE/A/Actor.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/RE/A/Actor.cpp b/src/RE/A/Actor.cpp index a9442ec4e..6df2c5a5f 100644 --- a/src/RE/A/Actor.cpp +++ b/src/RE/A/Actor.cpp @@ -667,14 +667,14 @@ namespace RE return func(this, a_spell); } - void Actor::InitiateDoNothingPackage() + void Actor::InitiateDoNothingPackage() { using func_t = decltype(&Actor::InitiateDoNothingPackage); REL::Relocation func{ RELOCATION_ID(36408, 37402) }; return func(this); } - void Actor::InterruptCast(bool a_restoreMagicka) const + void Actor::InterruptCast(bool a_restoreMagicka) const { using func_t = decltype(&Actor::InterruptCast); REL::Relocation func{ RELOCATION_ID(37808, 38757) };