mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-07-09 23:02:15 -04:00
5daf5a14ac
* Modified `SaveManager::AddSaveFunction` to return the section index assigned to the section name for ease of remembering it on the other end. Also added a clarifying comment. * Modified SaveFunc to accept a boolean for whether the section is being saved individually or as part of a game save (fullSave == true means game save, so all sections registered for game save sync).