implement save file decryption/encryption

This commit is contained in:
Martin Michelsen
2023-03-31 23:56:25 -07:00
parent 06ba95ed97
commit 3b9a76eec8
39 changed files with 666 additions and 205 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ private:
std::shared_ptr<const ToolRandomSet> tool_random_set;
std::shared_ptr<const WeaponRandomSet> weapon_random_set;
std::shared_ptr<const ItemParameterTable> item_parameter_table;
const CommonItemSet::Table<be_uint16_t, be_uint32_t>* pt;
const CommonItemSet::Table<true>* pt;
const RareItemSet::Table* rt;
std::shared_ptr<const Restrictions> restrictions;