X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=entity.h;fp=entity.h;h=c3b6694b23c3a3ef329306ea1e0c2799ca2ca5d8;hb=6e96ba64e805ea8a39ca46171e28426c6bc86ab6;hp=612ad61ec27e8239ecbc3eda1f11aff8c3a7e1ef;hpb=70ff4a83e5a4b35436388d9bb999c939559ac23f;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/entity.h b/entity.h index 612ad61..c3b6694 100644 --- a/entity.h +++ b/entity.h @@ -113,7 +113,7 @@ enum gate_type{ /* v102+ */ enum ent_gate_flag{ k_ent_gate_linked = 0x1, /* this is a working portal */ - k_ent_gate_nonlocal_DELETED = 0x2, /* use the key string to link this portal. + k_ent_gate_nonlocal = 0x2, /* use the key string to link this portal. NOTE: if set, it adds the flip flag. */ k_ent_gate_flip = 0x4, /* flip direction 180* for exiting portal */ k_ent_gate_custom_mesh = 0x8, /* use a custom submesh instead of default */