rnd-20070925-1-src
[rocksndiamonds.git] / src / libgame / misc.c
index 3d63cc5c07316f7fa039ed938144e705552ffc75..8ff6a458b32682b374d43d994572d03a4eb8177b 100644 (file)
@@ -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);