Skip to content

Commit

Permalink
Updated to 1.5.50
Browse files Browse the repository at this point in the history
  • Loading branch information
expired6978 committed Aug 30, 2018
1 parent ac3cff2 commit 4bfb12c
Show file tree
Hide file tree
Showing 5 changed files with 235 additions and 246 deletions.
6 changes: 3 additions & 3 deletions hudextension/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,9 @@ bool RegisterScaleform(GFxMovieView * view, GFxValue * root)
return true;
}

RelocAddr<uintptr_t> HUDMenu_Hook_Target(0x0087D280 + 0x5D8);
RelocAddr<uintptr_t> HUDMenu_Hook_Target(0x0087CFC0 + 0x5D8);
typedef void(*_HUDMenu_RegisterMarkers)(GFxValue * value);
RelocAddr<_HUDMenu_RegisterMarkers> HUDMenu_RegisterMarkers(0x008838E0);
RelocAddr<_HUDMenu_RegisterMarkers> HUDMenu_RegisterMarkers(0x00883620);

void HUDMenu_RegisterMarkers_Hook(GFxValue * value, HUDMenu * menu)
{
Expand Down Expand Up @@ -156,7 +156,7 @@ bool SKSEPlugin_Query(const SKSEInterface * skse, PluginInfo * info)
_MESSAGE("loaded in editor, marking as incompatible");
return false;
}
else if(skse->runtimeVersion != RUNTIME_VERSION_1_5_39)
else if(skse->runtimeVersion != RUNTIME_VERSION_1_5_50)
{
_MESSAGE("unsupported runtime version %08X", skse->runtimeVersion);
return false;
Expand Down
Loading

0 comments on commit 4bfb12c

Please sign in to comment.