Message2808

Author digifuzzy
Recipients
Date 2014-06-23.23:13:23
Content
Not quite...
Updating an old save file is not really the way to go. Personally, I would be a
little more forgiving of a missing value when reading in the save file.

something like...
read value (variable storage, default if missing)

I've seen similar algorithms used in code libraries handling registry/user
settings. The definition of the "default value when missing" should be done when
a change to the struct is made.

Let me see what I can do for that.
History
Date User Action Args
2014-06-23 23:13:23digifuzzysetmessageid: <1403565203.87.0.684656025432.issue744@freedroid.org>
2014-06-23 23:13:23digifuzzylinkissue744 messages
2014-06-23 23:13:23digifuzzycreate