rnd-20050117-1-src
[rocksndiamonds.git] / src / main.c
index 137de08e3583bb2425509a18973e3b4c72472c8c..b00503ead130dc7253d5d930797ca700969e94d9 100644 (file)
@@ -750,7 +750,7 @@ struct ElementNameInfo element_name_info[MAX_NUM_ELEMENTS + 1] =
     "letter '$'"
   },
   {
-    "char_procent",
+    "char_percent",
     "char",
     "letter '%'"
   },
@@ -1782,7 +1782,7 @@ struct ElementNameInfo element_name_info[MAX_NUM_ELEMENTS + 1] =
   {
     "balloon_switch_any",
     "balloon_switch",
-    "send balloon in any direction"
+    "send balloon in pressed direction"
   },
   {
     "emc_steelwall_1",
@@ -3539,10 +3539,20 @@ struct ElementNameInfo element_name_info[MAX_NUM_ELEMENTS + 1] =
     "emc_magic_ball",
     "magic ball",
   },
+  {
+    "emc_magic_ball.active",
+    "emc_magic_ball",
+    "magic ball (activated)",
+  },
   {
     "emc_magic_ball_switch",
     "emc_magic_ball_switch",
-    "magic ball switch",
+    "magic ball switch (off)",
+  },
+  {
+    "emc_magic_ball_switch.active",
+    "emc_magic_ball_switch",
+    "magic ball switch (on)",
   },
   {
     "emc_spring_bumper",
@@ -3626,8 +3636,8 @@ struct ElementNameInfo element_name_info[MAX_NUM_ELEMENTS + 1] =
   },
   {
     "emc_fake_grass",
-    "fake_grass",
-    "fake_grass"
+    "fake grass",
+    "fake grass"
   },
   {
     "emc_dripper",