We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b13e4e6 commit 54edc26Copy full SHA for 54edc26
CommonLibF4/include/RE/Bethesda/TESForms.h
@@ -1774,10 +1774,10 @@ namespace RE
1774
1775
enum CHARISMA_CHALLENGE_SUCCESS : int32_t
1776
{
1777
- CC_SUCCESS_FAIL = 0x0,
1778
- CC_SUCCESS_SUCCEED = 0x1,
1779
- CC_SUCCESS_COUNT = 0x2,
1780
- CC_SUCCESS_NONE = 0xFFFFFFFF,
+ CC_SUCCESS_FAIL = 0,
+ CC_SUCCESS_SUCCEED = 1,
+ CC_SUCCESS_COUNT = 2,
+ CC_SUCCESS_NONE = -1,
1781
};
1782
1783
// Returns nullptr if no parent.
0 commit comments