moved code to check for file in level directories to separate function
[rocksndiamonds.git] / src / conf_gfx.c
index 7262ac97ca94a3cdcd916cbb925593b6eacb42ce..2981a5234099a08765c34e046d3cdd2b24d21be4 100644 (file)
@@ -331,6 +331,9 @@ struct ConfigInfo image_config[] =
   { "[bdx_default].growing.delay",                     "4"                             },
   { "[bdx_default].growing.anim_mode",                 "linear"                        },
 
+  { "bdx_empty_space",                                 UNDEFINED_FILENAME              },
+  { "bdx_empty_space.clone_from",                      "empty_space"                   },
+
   { "bdx_player",                                      UNDEFINED_FILENAME              },
   { "bdx_player.clone_from",                           "player_1"                      },
   { "bdx_player.down",                                 UNDEFINED_FILENAME              },
@@ -695,10 +698,10 @@ struct ConfigInfo image_config[] =
   { "bdx_steelwall_sloped_down_right.frames",          "1"                             },
 
   { "bdx_steelwall_explodable",                                UNDEFINED_FILENAME              },
-  { "bdx_steelwall_explodable.clone_from",             "bd_steelwall"                  },
+  { "bdx_steelwall_explodable.clone_from",             "bdx_steelwall"                 },
 
   { "bdx_steelwall_diggable",                          UNDEFINED_FILENAME              },
-  { "bdx_steelwall_diggable.clone_from",               "bd_steelwall"                  },
+  { "bdx_steelwall_diggable.clone_from",               "bdx_steelwall"                 },
   { "bdx_steelwall_diggable.EDITOR",                   "RocksBD2.png"                  },
   { "bdx_steelwall_diggable.EDITOR.xpos",              "6"                             },
   { "bdx_steelwall_diggable.EDITOR.ypos",              "0"                             },
@@ -722,19 +725,19 @@ struct ConfigInfo image_config[] =
   { "bdx_expandable_wall_any.EDITOR.ypos",             "1"                             },
 
   { "bdx_expandable_steelwall_horizontal",             UNDEFINED_FILENAME              },
-  { "bdx_expandable_steelwall_horizontal.clone_from",  "bd_steelwall"                  },
+  { "bdx_expandable_steelwall_horizontal.clone_from",  "bdx_steelwall"                 },
   { "bdx_expandable_steelwall_horizontal.EDITOR",      "RocksBD2.png"                  },
   { "bdx_expandable_steelwall_horizontal.EDITOR.xpos", "0"                             },
   { "bdx_expandable_steelwall_horizontal.EDITOR.ypos", "1"                             },
 
   { "bdx_expandable_steelwall_vertical",               UNDEFINED_FILENAME              },
-  { "bdx_expandable_steelwall_vertical.clone_from",    "bd_steelwall"                  },
+  { "bdx_expandable_steelwall_vertical.clone_from",    "bdx_steelwall"                 },
   { "bdx_expandable_steelwall_vertical.EDITOR",                "RocksBD2.png"                  },
   { "bdx_expandable_steelwall_vertical.EDITOR.xpos",   "1"                             },
   { "bdx_expandable_steelwall_vertical.EDITOR.ypos",   "1"                             },
 
   { "bdx_expandable_steelwall_any",                    UNDEFINED_FILENAME              },
-  { "bdx_expandable_steelwall_any.clone_from",         "bd_steelwall"                  },
+  { "bdx_expandable_steelwall_any.clone_from",         "bdx_steelwall"                 },
   { "bdx_expandable_steelwall_any.EDITOR",             "RocksBD2.png"                  },
   { "bdx_expandable_steelwall_any.EDITOR.xpos",                "2"                             },
   { "bdx_expandable_steelwall_any.EDITOR.ypos",                "1"                             },
@@ -782,13 +785,13 @@ struct ConfigInfo image_config[] =
   { "bdx_exit_open.EDITOR.ypos",                       "0"                             },
 
   { "bdx_invisible_exit_closed",                       UNDEFINED_FILENAME              },
-  { "bdx_invisible_exit_closed.clone_from",            "bd_steelwall"                  },
+  { "bdx_invisible_exit_closed.clone_from",            "bdx_steelwall"                 },
   { "bdx_invisible_exit_closed.EDITOR",                        "RocksBD2.png"                  },
   { "bdx_invisible_exit_closed.EDITOR.xpos",           "4"                             },
   { "bdx_invisible_exit_closed.EDITOR.ypos",           "0"                             },
 
   { "bdx_invisible_exit_open",                         UNDEFINED_FILENAME              },
-  { "bdx_invisible_exit_open.clone_from",              "bd_steelwall"                  },
+  { "bdx_invisible_exit_open.clone_from",              "bdx_steelwall"                 },
   { "bdx_invisible_exit_open.EDITOR",                  "RocksBD2.png"                  },
   { "bdx_invisible_exit_open.EDITOR.xpos",             "2"                             },
   { "bdx_invisible_exit_open.EDITOR.ypos",             "0"                             },
@@ -1363,6 +1366,9 @@ struct ConfigInfo image_config[] =
   { "[sp_default].exploding.delay",                    "4"                             },
   { "[sp_default].exploding.anim_mode",                        "linear"                        },
 
+  { "sp_empty_space",                                  UNDEFINED_FILENAME              },
+  { "sp_empty_space.clone_from",                       "empty_space"                   },
+
   { "sp_zonk",                                         "RocksSP.png"                   },
   { "sp_zonk.xpos",                                    "1"                             },
   { "sp_zonk.ypos",                                    "0"                             },
@@ -5514,6 +5520,9 @@ struct ConfigInfo image_config[] =
   { "emc_dripper.active.ypos",                         "8"                             },
   { "emc_dripper.active.frames",                       "1"                             },
 
+  { "mm_empty_space",                                  UNDEFINED_FILENAME              },
+  { "mm_empty_space.clone_from",                       "empty_space"                   },
+
   { "mm_mcduffin",                                     "RocksMM.png"                   },
   { "mm_mcduffin.xpos",                                        "4"                             },
   { "mm_mcduffin.ypos",                                        "1"                             },
@@ -6297,6 +6306,9 @@ struct ConfigInfo image_config[] =
   { "[mm_default].exploding.delay",                    "2"                             },
   { "[mm_default].exploding.anim_mode",                        "linear"                        },
 
+  { "df_empty_space",                                  UNDEFINED_FILENAME              },
+  { "df_empty_space.clone_from",                       "empty_space"                   },
+
   { "df_laser",                                                "RocksDF.png"                   },
   { "df_laser.xpos",                                   "0"                             },
   { "df_laser.ypos",                                   "9"                             },