Skip to content

Commit

Permalink
Merge pull request #20 from qudix/dev
Browse files Browse the repository at this point in the history
feat: misc
  • Loading branch information
shad0wshayd3 authored Jun 9, 2024
2 parents a4145f7 + 55030ee commit 6612991
Show file tree
Hide file tree
Showing 144 changed files with 1,731 additions and 1,059 deletions.
7 changes: 3 additions & 4 deletions CommonLibF4/cmake/sourcelist.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -284,9 +284,7 @@ set(SOURCES
include/RE/NetImmerse/NiNode.h
include/RE/NetImmerse/NiObject.h
include/RE/NetImmerse/NiObjectNET.h
include/RE/NetImmerse/NiPoint2.h
include/RE/NetImmerse/NiPoint3.h
include/RE/NetImmerse/NiPoint4.h
include/RE/NetImmerse/NiPoint.h
include/RE/NetImmerse/NiProperty.h
include/RE/NetImmerse/NiQuaternion.h
include/RE/NetImmerse/NiRTTI.h
Expand Down Expand Up @@ -434,8 +432,9 @@ set(SOURCES
src/RE/Fallout.cpp
src/RE/NetImmerse/NiAVObject.cpp
src/RE/NetImmerse/NiBinaryStream.cpp
src/RE/NetImmerse/NiMatrix3.cpp
src/RE/NetImmerse/NiObjectNET.cpp
src/RE/NetImmerse/NiPoint3.cpp
src/RE/NetImmerse/NiPoint.cpp
src/RE/NetImmerse/NiRect.cpp
src/RE/Scaleform/GFx/GFx_Player.cpp
src/REL/IAT.cpp
Expand Down
2 changes: 1 addition & 1 deletion CommonLibF4/include/RE/Bethesda/ActiveEffect.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ namespace RE
bool CheckDisplacementSpellOnTarget()
{
using func_t = decltype(&ActiveEffect::CheckDisplacementSpellOnTarget);
REL::Relocation<func_t> func{ REL::ID(1415178) };
static REL::Relocation<func_t> func{ REL::ID(1415178) };
return func(this);
}

Expand Down
Loading

0 comments on commit 6612991

Please sign in to comment.