X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Feditor.c;h=73a08b16baab16d80990901919ce274ca83fec5a;hp=2570413533ab1a23a1d0d337ca6868fdf06ae2ba;hb=ff9566324863d1ba0a72478982fe9c2b4ff3dd88;hpb=678dcec784272f09249c29949dc91a146246856a diff --git a/src/editor.c b/src/editor.c index 25704135..73a08b16 100644 --- a/src/editor.c +++ b/src/editor.c @@ -1553,11 +1553,12 @@ static struct ValueTextInfo options_action_type[] = static struct ValueTextInfo options_action_mode[] = { { CA_MODE_UNDEFINED, " " }, + { CA_MODE_SET, "=" }, { CA_MODE_ADD, "+" }, { CA_MODE_SUBTRACT, "-" }, { CA_MODE_MULTIPLY, "*" }, { CA_MODE_DIVIDE, "/" }, - { CA_MODE_SET, "=" }, + { CA_MODE_MODULO, "%" }, { -1, NULL } };