Skip to content

Commit

Permalink
fix: AVIF (FormType), UI (IsMenuOpen) (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
Meridiano authored Jun 29, 2024
1 parent a3ff963 commit 08b2670
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CommonLibSF/include/RE/A/ActorValueInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ namespace RE
{
public:
SF_RTTI_VTABLE(ActorValueInfo);
SF_FORMTYPE(AVIF);

~ActorValueInfo() override; // 00

Expand Down
2 changes: 1 addition & 1 deletion CommonLibSF/include/RE/IDs.h
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ namespace RE::ID
namespace UI
{
inline constexpr REL::ID singleton{ 878339 };
inline constexpr REL::ID IsMenuOpen{ 187049 };
inline constexpr REL::ID IsMenuOpen{ 1870208 };
}

// global functions/ ids
Expand Down

0 comments on commit 08b2670

Please sign in to comment.