X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.c;h=a6a970f9a3c0093e3da7f963ada3a6b3f7dd0c24;hb=ff2510f5098b545a03965c6b95296eec6885a4fb;hp=f32e6f351ecf9897e5510d01c51e71c466c44253;hpb=56c6c0e7a97a0831480dd9fdac411923b046ba38;p=rocksndiamonds.git diff --git a/src/main.c b/src/main.c index f32e6f35..a6a970f9 100644 --- a/src/main.c +++ b/src/main.c @@ -2798,7 +2798,7 @@ struct ElementActionInfo element_action_info[] = { ".active", ACTION_ACTIVE, TRUE }, { ".other", ACTION_OTHER, FALSE }, - { NULL, 0, 0 }, + { NULL, 0, 0 } }; struct ElementDirectionInfo element_direction_info[] = @@ -2808,7 +2808,14 @@ struct ElementDirectionInfo element_direction_info[] = { ".up", MV_BIT_UP }, { ".down", MV_BIT_DOWN }, - { NULL, 0 }, + { NULL, 0 } +}; + +struct SpecialSuffixInfo special_suffix_info[] = +{ + { ".EDITOR", 0, }, + + { NULL, 0, } };