rnd-20020921-4-src
[rocksndiamonds.git] / src / main.c
index ac9c9d6fba7bd7a55b08f1c90485fdc1bd3521c7..94fcc56e40e14e208e791218a6a68e1af7b02c36 100644 (file)
@@ -569,10 +569,18 @@ struct ConfigInfo image_config[] =
   { "magic_wall.filling.xpos",                 "0"                     },
   { "magic_wall.filling.ypos",                 "8"                     },
   { "magic_wall.filling.frames",               "4"                     },
+  { "magic_wall.full",                         "RocksElements.pcx"     },
+  { "magic_wall.full.xpos",                    "0"                     },
+  { "magic_wall.full.ypos",                    "8"                     },
+  { "magic_wall.full.frames",                  "4"                     },
   { "magic_wall.emptying",                     "RocksElements.pcx"     },
   { "magic_wall.emptying.xpos",                        "0"                     },
   { "magic_wall.emptying.ypos",                        "8"                     },
   { "magic_wall.emptying.frames",              "4"                     },
+  { "magic_wall.dead",                         "RocksElements.pcx"     },
+  { "magic_wall.dead.xpos",                    "0"                     },
+  { "magic_wall.dead.ypos",                    "8"                     },
+  { "magic_wall.dead.frames",                  "1"                     },
 
   { "bd_magic_wall",                           "RocksElements.pcx"     },
   { "bd_magic_wall.xpos",                      "12"                    },
@@ -586,10 +594,18 @@ struct ConfigInfo image_config[] =
   { "bd_magic_wall.filling.xpos",              "12"                    },
   { "bd_magic_wall.filling.ypos",              "10"                    },
   { "bd_magic_wall.filling.frames",            "4"                     },
+  { "bd_magic_wall.full",                      "RocksElements.pcx"     },
+  { "bd_magic_wall.full.xpos",                 "12"                    },
+  { "bd_magic_wall.full.ypos",                 "10"                    },
+  { "bd_magic_wall.full.frames",               "4"                     },
   { "bd_magic_wall.emptying",                  "RocksElements.pcx"     },
   { "bd_magic_wall.emptying.xpos",             "12"                    },
   { "bd_magic_wall.emptying.ypos",             "10"                    },
   { "bd_magic_wall.emptying.frames",           "4"                     },
+  { "bd_magic_wall.dead",                      "RocksElements.pcx"     },
+  { "bd_magic_wall.dead.xpos",                 "12"                    },
+  { "bd_magic_wall.dead.ypos",                 "10"                    },
+  { "bd_magic_wall.dead.frames",               "1"                     },
 
   { "wall_emerald",                            "RocksElements.pcx"     },
   { "wall_emerald.xpos",                       "4"                     },