diff --git a/include/RE/M/MessageBoxData.h b/include/RE/M/MessageBoxData.h index 7a5b0eebf..89a3d1f8c 100644 --- a/include/RE/M/MessageBoxData.h +++ b/include/RE/M/MessageBoxData.h @@ -25,16 +25,16 @@ namespace RE } // members - BSString bodyText; // 10 - BSTArray buttonText; // 20 - std::uint32_t type; // 38 - some sort of identifier ranging from 0-29, being 25 the one with the "highest priority" + BSString bodyText; // 10 + BSTArray buttonText; // 20 + std::uint32_t type; // 38 - some sort of identifier ranging from 0-29, being 25 the one with the "highest priority" std::int32_t cancelOptionIndex; // 3C - BSTSmartPointer callback; // 40 - std::uint32_t menuDepth; // 48 + BSTSmartPointer callback; // 40 + std::uint32_t menuDepth; // 48 std::uint8_t optionIndexOffset; // 4C - bool useHtml; // 4D - bool verticalButtons; // 4E - bool isCancellable; // 4F + bool useHtml; // 4D + bool verticalButtons; // 4E + bool isCancellable; // 4F }; static_assert(sizeof(MessageBoxData) == 0x50); }