Skip to content

Commit

Permalink
maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
powerof3 authored and github-actions[bot] committed Aug 21, 2023
1 parent 7048056 commit ff2afea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/RE/A/Actor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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_t> 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_t> func{ RELOCATION_ID(37808, 38757) };
Expand Down

0 comments on commit ff2afea

Please sign in to comment.