gate frame fix
[carveJwlIkooP6JGAAIwe30JlM.git] / model.h
diff --git a/model.h b/model.h
index fe238e1233bc30f8b4c0fb25492f76d63e1defbb..24dacb875434d57f2328f0034edb24c7ce10ca6e 100644 (file)
--- a/model.h
+++ b/model.h
@@ -142,7 +142,6 @@ struct classtype_route_node
 
 struct classtype_route
 {
-   u32 pstr_name;
    u32 id_start;
    v3f colour;
 };
@@ -150,12 +149,12 @@ struct classtype_route
 struct classtype_bone
 {
    u32 deform,
-
        ik_target,
        ik_pole,
+       collider,
+       use_limits;
 
-       collider;
-
+   v3f angle_limits[2];
    boxf hitbox;
 };