X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Feditor.c;h=2570413533ab1a23a1d0d337ca6868fdf06ae2ba;hb=174df2f6abf5f72b5539176a2591a3c1ee83f045;hp=e598db1720ab94a912f0598585ec18b4e9dcf38e;hpb=476723662969279e665b95a3d57efd85e747a80e;p=rocksndiamonds.git diff --git a/src/editor.c b/src/editor.c index e598db17..25704135 100644 --- a/src/editor.c +++ b/src/editor.c @@ -1538,9 +1538,11 @@ static struct ValueTextInfo options_action_type[] = { CA_SET_SCORE, "set score" }, { CA_SET_CE_SCORE, "set CE score" }, { CA_SET_CE_COUNT, "set CE count" }, +#if 0 { CA_SET_DYNABOMB_NUMBER, "set bomb number" }, { CA_SET_DYNABOMB_SIZE, "set bomb size" }, { CA_SET_DYNABOMB_POWER, "set bomb power" }, +#endif { CA_TOGGLE_PLAYER_GRAVITY, "toggle gravity" }, { CA_ENABLE_PLAYER_GRAVITY, "enable gravity" }, { CA_DISABLE_PLAYER_GRAVITY, "disable gravity" },