fixed compatibility handling for redefined old graphic "global.door"
authorHolger Schemel <info@artsoft.org>
Tue, 12 Apr 2022 20:48:54 +0000 (22:48 +0200)
committerHolger Schemel <info@artsoft.org>
Tue, 12 Apr 2022 20:57:54 +0000 (22:57 +0200)
commitbe2e24a2d66019f5f8e02bc340cd22ac2f9d693c
tree706b707a5d3dc91d9eb224f46f6413b303034145
parent13cd07af3c2a9378b6a89506ba869502a871877d
fixed compatibility handling for redefined old graphic "global.door"

If old graphic "global.door" is redefined, all individual definitions
accessing the same image file are changed to use the redefined image.

However, this did not work correctly for graphic definitions which are
cloned from other graphic definitions which are itself redefined and
do not use the same graphic as "global.door" anymore. In this case, do
not change these cloned graphics to use the redefined "global.door".
src/init.c