semantics and world reloading
[carveJwlIkooP6JGAAIwe30JlM.git] / entity.h
index a14314a0ead9dea344529ae0ce668856a1f25565..867c74c8db0cdd0f38287dd1d25152ac74f3b544 100644 (file)
--- a/entity.h
+++ b/entity.h
@@ -98,7 +98,8 @@ enum gate_type{
 
 struct ent_gate{
    u32 type,
-       target;
+       target, 
+       key;
 
    v3f dimensions,
        co[2];