implement full character backups on GC

This commit is contained in:
Martin Michelsen
2024-04-06 19:52:22 -07:00
parent 91131f8b36
commit af4d3a3325
64 changed files with 3155 additions and 2208 deletions
+2 -1
View File
@@ -1940,7 +1940,8 @@ void SetDataTable::load_table_t(const string& data) {
U32T unknown_a6; // == 0
U32T unknown_a7; // == 0
U32T unknown_a8; // == 0
} __attribute__((packed));
} __packed_ws__(Footer, 0x20);
if (r.size() < sizeof(Footer)) {
throw runtime_error("set data table is too small");
}