rnd-20030107-3-src
[rocksndiamonds.git] / src / main.c
index 46277b95ad0dccae43801e9992d668be4fe2de28..f41160dc5da74aba801e95d0f4eb2d3497e699f7 100644 (file)
@@ -541,7 +541,6 @@ struct ElementInfo element_info[MAX_ELEMENTS] =
   { "dx_bomb",                 "stable bomb (DX style)"        },
   { NULL,                      "-"                             },
   { NULL,                      "-"                             },
-  { "custom",                  "custom element 0"              },
   { "custom",                  "custom element 1"              },
   { "custom",                  "custom element 2"              },
   { "custom",                  "custom element 3"              },
@@ -669,6 +668,7 @@ struct ElementInfo element_info[MAX_ELEMENTS] =
   { "custom",                  "custom element 125"            },
   { "custom",                  "custom element 126"            },
   { "custom",                  "custom element 127"            },
+  { "custom",                  "custom element 128"            },
 
   { NULL,                      "-"                             }