We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbb3d6e commit 0c0d537Copy full SHA for 0c0d537
1 file changed
include/RE/Q/QUEST_STAGE_DATA.h
@@ -14,7 +14,7 @@ namespace RE
14
};
15
16
// members
17
- std::uint16_t index; // 00
+ std::uint16_t index; // 00
18
REX::EnumSet<QUEST_STAGE_DAGA::Flags, std::uint8_t> flags; // 02
19
20
static_assert(sizeof(QUEST_STAGE_DATA) == 0x4);
0 commit comments