X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;ds=sidebyside;f=world.h;h=02355013aaf362ac621ddb5cd0839a33c865bd8f;hb=9723ed75d4da703c91603d251816ce476a1e9098;hp=02bb02e9a0564b0fa856bc43a3bfc473bfd72493;hpb=63fe317d7db724162561da52aa382c82ac3c29be;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world.h b/world.h index 02bb02e..0235501 100644 --- a/world.h +++ b/world.h @@ -63,7 +63,7 @@ struct world_instance { * ------------------------------------------------------- */ - v4f player_co, player_angles; + v4f player_co; void *heap; enum world_status{ @@ -85,6 +85,7 @@ struct world_instance { water; f64 time; + f32 tar_min, tar_max; /* STD140 */ struct ub_world_lighting{ @@ -180,7 +181,8 @@ struct world_instance { ent_challenge, ent_relay, ent_cubemap, - ent_miniworld; + ent_miniworld, + ent_prop; enum skybox { k_skybox_default,