X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Feditor.c;h=40b1f51f0375ffa6341cfeeecfe5f7d9885b4a2c;hb=fe8debb851202d51ce323b077dfdbe9ac7915d4e;hp=979a29802a8368a88e311ffd8f29f8f39699cd67;hpb=26ecd5022bc2930f13f806951189ca8126fa2a3c;p=rocksndiamonds.git diff --git a/src/editor.c b/src/editor.c index 979a2980..40b1f51f 100644 --- a/src/editor.c +++ b/src/editor.c @@ -3959,11 +3959,11 @@ static struct }, { ED_CHECKBUTTON_ID_BD_CREATURES_TURN_ON_HATCHING, - ED_ELEMENT_SETTINGS_XPOS(0), ED_ELEMENT_SETTINGS_YPOS(1), + ED_ELEMENT_SETTINGS_XPOS(0), ED_ELEMENT_SETTINGS_YPOS(2), GADGET_ID_BD_CREATURES_TURN_ON_HATCHING, GADGET_ID_NONE, &level.bd_creatures_turn_on_hatching, NULL, NULL, - "Creatures turn on hatching", "Creatures change direction on hatching" + "Creatures auto turn on hatching", "Creatures change direction on hatching" }, { ED_CHECKBUTTON_ID_BD_GRAVITY_SWITCH_ACTIVE, @@ -11870,7 +11870,7 @@ static void DrawPropertiesConfig(void) (properties_element == EL_BD_SLIME ? 1 : 0) + (properties_element == EL_BD_ACID ? 1 : 0) + (properties_element == EL_BD_REPLICATOR ? 1 : 0) + - (properties_element == EL_BD_CREATURE_SWITCH ? 2 : 0) + + (properties_element == EL_BD_CREATURE_SWITCH ? 1 : 0) + (properties_element == EL_BD_GRAVITY_SWITCH ? 2 : 0) + (properties_element == EL_EMC_MAGIC_BALL ? 2 : 0) + num_element_counters);