X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world.h;h=0efe185087d5b5087098117ad86397a5a2eeb6e3;hb=7f4c71033c06954f3094c9d51219628438b80ac8;hp=02bb02e9a0564b0fa856bc43a3bfc473bfd72493;hpb=63fe317d7db724162561da52aa382c82ac3c29be;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world.h b/world.h index 02bb02e..0efe185 100644 --- a/world.h +++ b/world.h @@ -64,6 +64,7 @@ struct world_instance { */ v4f player_co, player_angles; + v3f cam_co; void *heap; enum world_status{ @@ -180,7 +181,8 @@ struct world_instance { ent_challenge, ent_relay, ent_cubemap, - ent_miniworld; + ent_miniworld, + ent_prop; enum skybox { k_skybox_default,