X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Ffiles.c;fp=src%2Ffiles.c;h=1514d4e6d864ddc0dc0761257561b8f1f77baa45;hp=17a5fa8daf6cae02be69f8d4fab135a3f1e28b79;hb=60d09459a7974a32142b51e737b4e94d7491cdc9;hpb=2d99b12d17f80bf123b4bc0ece757aabb0bfb2ca diff --git a/src/files.c b/src/files.c index 17a5fa8d..1514d4e6 100644 --- a/src/files.c +++ b/src/files.c @@ -11826,6 +11826,7 @@ int get_parameter_value(char *value_raw, char *suffix, int type) strEqual(value, "bottom") ? POS_BOTTOM : strEqual(value, "any") ? POS_ANY : strEqual(value, "ce") ? POS_CE : + strEqual(value, "ce_trigger") ? POS_CE_TRIGGER : strEqual(value, "last") ? POS_LAST : POS_UNDEFINED); } else if (strEqual(suffix, ".align"))