Skip to content

Commit

Permalink
Update TESForms.h
Browse files Browse the repository at this point in the history
  • Loading branch information
FalloutCascadia authored Aug 26, 2024
1 parent b13e4e6 commit 54edc26
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CommonLibF4/include/RE/Bethesda/TESForms.h
Original file line number Diff line number Diff line change
Expand Up @@ -1774,10 +1774,10 @@ namespace RE

enum CHARISMA_CHALLENGE_SUCCESS : int32_t
{
CC_SUCCESS_FAIL = 0x0,
CC_SUCCESS_SUCCEED = 0x1,
CC_SUCCESS_COUNT = 0x2,
CC_SUCCESS_NONE = 0xFFFFFFFF,
CC_SUCCESS_FAIL = 0,
CC_SUCCESS_SUCCEED = 1,
CC_SUCCESS_COUNT = 2,
CC_SUCCESS_NONE = -1,
};

// Returns nullptr if no parent.
Expand Down

0 comments on commit 54edc26

Please sign in to comment.