X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;ds=inline;f=world.h;h=f70f9ee87efc680ff40da95cb1064b7466f2283b;hb=e939ba5c4c1658ad057cf28d63828ee1d7ee1ef6;hp=5b27ef7951b7479ad9c715bef7abafb5f366e65c;hpb=2ab1c45f664daf5a452fd212c89dcfd918f7dd81;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world.h b/world.h index 5b27ef7..f70f9ee 100644 --- a/world.h +++ b/world.h @@ -305,18 +305,10 @@ VG_STATIC struct gworld *scene_no_collide, *scene_lines; - struct grind_edge - { - v3f p0, p1; - } - *grind_edges; - u32 grind_edge_count; - /* spacial mappings */ bh_tree *audio_bh, *trigger_bh, - *geo_bh, - *grind_bh; + *geo_bh; /* graphics */ glmesh mesh_route_lines;