We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 784fcac commit c5ea4d8Copy full SHA for c5ea4d8
1 file changed
include/RE/D/DebuggerMessages.h
@@ -64,10 +64,10 @@ namespace RE::GameScript
64
virtual void SerializeBody(Json::Value& r_val); // 03 - { r_val.Value(0); return; }
65
66
// members
67
- std::byte command[0x20]; // 30 - std::string
68
- std::byte message[0x20]; // 50 - std::string
69
- int request_seq; // 70
70
- bool success; // 74
+ std::byte command[0x20]; // 30 - std::string
+ std::byte message[0x20]; // 50 - std::string
+ int request_seq; // 70
+ bool success; // 74
71
};
72
static_assert(sizeof(Response) == 0x78);
73
@@ -263,7 +263,7 @@ namespace RE::GameScript
263
264
struct Breakpoint
265
{
266
- std::byte source[0x20]; // std::string
+ std::byte source[0x20]; // std::string
267
std::int32_t line;
268
bool verified;
269
0 commit comments