added marking all images from non-default graphics directory as "redefined"
authorHolger Schemel <info@artsoft.org>
Sat, 29 May 2021 09:25:39 +0000 (11:25 +0200)
committerHolger Schemel <info@artsoft.org>
Sat, 29 May 2021 09:38:46 +0000 (11:38 +0200)
commit6d4b6a4bebf4a5b6f759aaf032d3ce2e5f82385f
tree06296bb8026535797d0316fe76866b3331665de8
parentb8f3395f07c7a7c044384893c751f9b486d8f0d9
added marking all images from non-default graphics directory as "redefined"

This change is required for the case of custom graphics sets that
replace graphics by simply adding an image file with the same filename
as the default graphics, like "RocksElements.png", but without adding
changed graphics definitions in a "graphicsinfo.conf" config file.

This caused the new (custom) image file to be loaded instead of the
default image file, but did not mark the affected game graphics in the
custom image file to be "redefined" so far (which is required to
invalidate related action or direction graphics loaded from other
image files, which are now overridden by the new base graphics).

This change marks all graphics in such images files as "redefined".
src/libgame/misc.c