removed reloading artwork set for changed level set if not required
authorHolger Schemel <info@artsoft.org>
Fri, 11 Mar 2022 11:35:27 +0000 (12:35 +0100)
committerHolger Schemel <info@artsoft.org>
Fri, 11 Mar 2022 11:45:13 +0000 (12:45 +0100)
commit4ca952cbcd991a3e351b6292b37e47361b8f04d3
tree9c762bf7949a9286dc8b2153851989670679e999
parentaa24c59f7fea33d92180b087106258fa6c3c13cc
removed reloading artwork set for changed level set if not required

The code that was removed here did the following: Trigger reloading
artwork set after a different level set was selected if either the
previous or the current level set has custom artwork configured in
the file "levelinfo.conf". But this caused an attempt to reload new
artwork even if both the previous and current artwork are identical.

Now it is only checked if overriding artwork has changed, or if the
identifiers of the previous and current artwork have changed.
src/init.c