fix $edit level

This commit is contained in:
Martin Michelsen
2025-11-18 17:28:48 -08:00
parent 886e9b9f4f
commit 328980628a
3 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -920,7 +920,7 @@ struct PSOBBCharacterFile {
void set_material_usage(MaterialType which, uint8_t usage);
void clear_all_material_usage();
void import_tethealla_material_usage(std::shared_ptr<const LevelTable> level_table);
void recompute_stats(std::shared_ptr<const LevelTable> level_table);
void recompute_stats(std::shared_ptr<const LevelTable> level_table, bool reset_exp = false);
} __packed_ws__(PSOBBCharacterFile, 0x2EA4);
struct PSOCHARFile {