X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world.h;h=9c1a1cf800c107e11764fdc538654a16a690630e;hb=8a31c1ffcb632b9b6d1702332f0d75d609c0a87b;hp=4da3791969609b9d12742a6e64d783aaa01c15c7;hpb=c77e15a8dc7b976371a473bc8794cb55601d82f6;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world.h b/world.h index 4da3791..9c1a1cf 100644 --- a/world.h +++ b/world.h @@ -167,7 +167,8 @@ struct world_instance { ent_ccmd, ent_challenge, ent_unlock, - ent_relay; + ent_relay, + ent_cubemap; ent_gate *rendering_gate; @@ -190,6 +191,7 @@ struct world_instance { glmesh mesh_geo, mesh_no_collide, mesh_water; + u32 cubemap_cooldown, cubemap_side; rb_object rb_geo;