fixed bug with not saving editor cascade settings for two element groups
authorHolger Schemel <info@artsoft.org>
Thu, 27 Dec 2018 13:24:27 +0000 (14:24 +0100)
committerHolger Schemel <info@artsoft.org>
Thu, 27 Dec 2018 13:24:27 +0000 (14:24 +0100)
This bug was caused by adding two new element groups to the level
editor palette area (for Mirror Magic and Deflektor elements), but not
adding them to the list of cascade settings to be saved.

The real problem was that two lists were kept in "src/files.c" for the
settings, and only one was updated when adding the new cascade groups.

To prevent similar bugs in the future, one of the two lists was
removed, as those definitions were not used anyway in this case.


No differences found