X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=entity.h;h=9bfd04aab3cb7da7328cc0e86c5f4591f3574a02;hb=8c376ed2e4021a18b0a6c6e800109d67ad09d198;hp=143ad0da8428d3e49d9525ef2a30bcf8db613ae7;hpb=d6171f1c56789b2ca79efa3313fbbf74a13bda7a;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/entity.h b/entity.h index 143ad0d..9bfd04a 100644 --- a/entity.h +++ b/entity.h @@ -69,15 +69,14 @@ struct ent_light{ enum gate_type{ k_gate_type_unlinked = 0, k_gate_type_teleport = 1, - k_gate_type_nonlocal = 2 + k_gate_type_nonlocal_unlinked = 2, + k_gate_type_nonlocel = 3 }; struct ent_gate{ u32 type, target; - /* TODO: World index */ - v3f dimensions, co[2];