nonlocal stuff again
[carveJwlIkooP6JGAAIwe30JlM.git] / entity.h
index 143ad0da8428d3e49d9525ef2a30bcf8db613ae7..9bfd04aab3cb7da7328cc0e86c5f4591f3574a02 100644 (file)
--- 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];