Skip to content

Commit c5ea4d8

Browse files
qudixgithub-actions[bot]
authored andcommitted
maintenance
1 parent 784fcac commit c5ea4d8

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

include/RE/D/DebuggerMessages.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ namespace RE::GameScript
6464
virtual void SerializeBody(Json::Value& r_val); // 03 - { r_val.Value(0); return; }
6565

6666
// 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
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
7171
};
7272
static_assert(sizeof(Response) == 0x78);
7373

@@ -263,7 +263,7 @@ namespace RE::GameScript
263263

264264
struct Breakpoint
265265
{
266-
std::byte source[0x20]; // std::string
266+
std::byte source[0x20]; // std::string
267267
std::int32_t line;
268268
bool verified;
269269
};

0 commit comments

Comments
 (0)