Skip to content

Commit

Permalink
Update MessageBoxData.h
Browse files Browse the repository at this point in the history
  • Loading branch information
digital-apple authored Dec 7, 2024
1 parent 465c5fa commit 3a9c696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/RE/M/MessageBoxData.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ namespace RE
std::int32_t cancelOptionIndex; // 3C
BSTSmartPointer<IMessageBoxCallback> callback; // 40
std::uint32_t menuDepth; // 48
std::uint8_t optionOffset; // 4C
std::uint8_t optionIndexOffset; // 4C
bool useHtml; // 4D
bool verticalButtons; // 4E
bool isCancellable; // 4F
Expand Down

0 comments on commit 3a9c696

Please sign in to comment.