Skip to content

Commit 162925f

Browse files
powerof3github-actions[bot]
authored andcommitted
maintenance
1 parent 8c5ee33 commit 162925f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Fixes/CacheEditorIDs.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ namespace Fixes::CacheFormEditorIDs
208208
stl::write_vfunc<RE::BGSLensFlare, SetFormEditorID>();
209209

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

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ extern "C" DLLEXPORT bool SKSEAPI SKSEPlugin_Load(const SKSE::LoadInterface* a_s
116116

117117
SKSE::Init(a_skse, false);
118118

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

121121
#ifdef SKYRIMVR
122122
try {

0 commit comments

Comments
 (0)