Changes between Version 1 and Version 2 of Ticket #13842
- Timestamp:
- Sep 23, 2022, 5:23:06 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13842 – Description
v1 v2 9 9 Currently, isAutosave() applies these tests independently of each other, with priority given to the saveType test. The name test is only applied if the _saveType property hasn’t yet been specifically set (defaults to kSaveTypeUndetermined). 10 10 11 This means that the decision as to which type of save file is stored in the slot is always determined by one test only.11 This means that the decision as to which type of save file is stored in the slot is always determined by performing one test only. 12 12 13 13 This arrangement is wrong for these reasons: