X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world.h;h=49c030ea37260f7945311ee69e4a9db447882f9d;hb=7eba38b8178c82040618a518634d8ff4813e2ff2;hp=7d513f9d0a768043cc7d3a63531614ab83cbb5b3;hpb=a1b878e2cdbf145b59d611b5060d3c1a1a80d017;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world.h b/world.h index 7d513f9..49c030e 100644 --- a/world.h +++ b/world.h @@ -170,9 +170,9 @@ struct world_instance { scene_lines; /* spacial mappings */ - bh_tree *audio_bh, - *volume_bh, - *geo_bh; + bh_tree *geo_bh, + *entity_bh; + u32 *entity_list; /* graphics */ glmesh mesh_route_lines; @@ -181,6 +181,9 @@ struct world_instance { mesh_water; rb_object rb_geo; + + ent_challenge *challenge_target; + f32 challenge_timer; }; struct world_static {