mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-20 13:23:45 -07:00
RecalculateAccessibleChecks on save.
This commit is contained in:
parent
56995398a1
commit
90488371fe
1 changed files with 3 additions and 0 deletions
|
@ -822,6 +822,9 @@ void SaveTrackerData(SaveContext* saveContext, int sectionID, bool fullSave) {
|
|||
|
||||
void SaveFile(SaveContext* saveContext, int sectionID, bool fullSave) {
|
||||
SaveTrackerData(saveContext, sectionID, fullSave);
|
||||
if (fullSave) {
|
||||
RecalculateAccessibleChecks();
|
||||
}
|
||||
}
|
||||
|
||||
void LoadFile() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue