fixed list of "indestructible" elements as part of "solid" elements
authorHolger Schemel <info@artsoft.org>
Mon, 17 Sep 2018 17:31:52 +0000 (19:31 +0200)
committerHolger Schemel <info@artsoft.org>
Mon, 17 Sep 2018 17:43:57 +0000 (19:43 +0200)
commit11a609891864a7d293e34d5d623ab497620118a2
tree530a7a338f16c8146d54ba66ead9d634ac8d5722
parent41831f337ebfff25c7138785efe20af5c2b0a2a8
fixed list of "indestructible" elements as part of "solid" elements

The list of "solid" elements contains a section with "indestructible"
elements that claims to be identical (with one exception) with the
list that only contains the "indestructible" elements, but quite some
elements were missing (that were probably added to the other list at
some time without also being added to the list of "solid" elements).

This change adds these missing elements. (This should be solved in a
more cleaner way, without listing (nearly) the same elements in two
different lists.)

As far as this was tested agains existing solution tapes, this change
does not seem to break any existing levels or tapes.
src/init.c