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) };