File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments