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 Dec 19, 2024
1 parent 8c5ee33 commit 162925f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Fixes/CacheEditorIDs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ namespace Fixes::CacheFormEditorIDs
stl::write_vfunc<RE::BGSLensFlare, SetFormEditorID>();

#ifdef SKYRIM_AE
REL::Relocation<std::uintptr_t> target{ RELOCATION_ID(0, 20396), 0x403 }; //TESWeather::Load
REL::Relocation<std::uintptr_t> target{ RELOCATION_ID(0, 20396), 0x403 }; //TESWeather::Load
stl::write_thunk_call<TESFile_GetChunkData>(target.address());
#endif

Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ extern "C" DLLEXPORT bool SKSEAPI SKSEPlugin_Load(const SKSE::LoadInterface* a_s

SKSE::Init(a_skse, false);

SKSE::AllocTrampoline(450); // max trampoline space need + an extra thunk_call
SKSE::AllocTrampoline(450); // max trampoline space need + an extra thunk_call

#ifdef SKYRIMVR
try {
Expand Down

0 comments on commit 162925f

Please sign in to comment.