added selecting element for group elements according to current level
[rocksndiamonds.git] / src / editor.c
index 21fd262db007361c6fccb6bbaf5a90166b7aafd7..177336f7f5cfa0e90ba9967c81d9bb8b8ea07db1 100644 (file)
@@ -2465,6 +2465,7 @@ static struct ValueTextInfo options_group_choice_mode[] =
   { ANIM_LINEAR,               "linear"                        },
   { ANIM_PINGPONG,             "pingpong"                      },
   { ANIM_PINGPONG2,            "pingpong 2"                    },
+  { ANIM_LEVEL_NR,             "level number"                  },
 
   { -1,                                NULL                            }
 };