Skip to content

Commit 54edc26

Browse files
Update TESForms.h
1 parent b13e4e6 commit 54edc26

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CommonLibF4/include/RE/Bethesda/TESForms.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1774,10 +1774,10 @@ namespace RE
17741774

17751775
enum CHARISMA_CHALLENGE_SUCCESS : int32_t
17761776
{
1777-
CC_SUCCESS_FAIL = 0x0,
1778-
CC_SUCCESS_SUCCEED = 0x1,
1779-
CC_SUCCESS_COUNT = 0x2,
1780-
CC_SUCCESS_NONE = 0xFFFFFFFF,
1777+
CC_SUCCESS_FAIL = 0,
1778+
CC_SUCCESS_SUCCEED = 1,
1779+
CC_SUCCESS_COUNT = 2,
1780+
CC_SUCCESS_NONE = -1,
17811781
};
17821782

17831783
// Returns nullptr if no parent.

0 commit comments

Comments
 (0)