Skip to content

Commit

Permalink
maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
SpectralPlatypus authored and github-actions[bot] committed Dec 13, 2023
1 parent bf4c25a commit 6927cc7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions include/RE/C/Console.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ namespace RE
std::uint64_t unk38; // 38
std::uint64_t unk40; // 40
#ifdef SKYRIM_SUPPORT_AE
std::uint32_t unk48; // 48
std::uint8_t unk4c; // 4c
bool showAchievementWarning; // 4d -- only used in ctor
bool ctrlKeyHeld; // 4e
std::uint8_t pad4f; // 4f
std::uint32_t unk48; // 48
std::uint8_t unk4c; // 4c
bool showAchievementWarning; // 4d -- only used in ctor
bool ctrlKeyHeld; // 4e
std::uint8_t pad4f; // 4f
#else
std::uint64_t unk48; // 48
std::uint64_t unk50; // 50
Expand Down

0 comments on commit 6927cc7

Please sign in to comment.