unlock rendering
[carveJwlIkooP6JGAAIwe30JlM.git] / world.h
diff --git a/world.h b/world.h
index 4da3791969609b9d12742a6e64d783aaa01c15c7..9c1a1cf800c107e11764fdc538654a16a690630e 100644 (file)
--- 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;