X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fmisc.c;h=8ff6a458b32682b374d43d994572d03a4eb8177b;hb=56814df201c2d86273cf54e0e94c0448ce9bdd0f;hp=3d63cc5c07316f7fa039ed938144e705552ffc75;hpb=85d006b46303672112431f6a333c3e1de6acbabb;p=rocksndiamonds.git diff --git a/src/libgame/misc.c b/src/libgame/misc.c index 3d63cc5c..8ff6a458 100644 --- a/src/libgame/misc.c +++ b/src/libgame/misc.c @@ -2662,7 +2662,11 @@ void LoadArtworkConfig(struct ArtworkListInfo *artwork_info) artwork_info->num_property_mapping_entries = 0; } +#if 1 + if (!GFX_OVERRIDE_ARTWORK(artwork_info->type)) +#else if (!SETUP_OVERRIDE_ARTWORK(setup, artwork_info->type)) +#endif { /* first look for special artwork configured in level series config */ filename_base = getCustomArtworkLevelConfigFilename(artwork_info->type);