process triggers on leave world
[carveJwlIkooP6JGAAIwe30JlM.git] / world.h
diff --git a/world.h b/world.h
index 02bb02e9a0564b0fa856bc43a3bfc473bfd72493..0efe185087d5b5087098117ad86397a5a2eeb6e3 100644 (file)
--- 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,