X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world.h;h=a3f69a5dc5043dd9af02998f510d70bcd012a946;hb=7796f3f18ba78b42599f199523fdb0fdabc5efa1;hp=d6f80412bb97f00336614b124198b905d2fcd058;hpb=342fcbf6fda017bdd38d56ce0fa7c9e59e589f3b;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world.h b/world.h index d6f8041..a3f69a5 100644 --- a/world.h +++ b/world.h @@ -154,7 +154,8 @@ struct world_instance { ent_skateshop, ent_marker, ent_camera, - ent_swspreview; + ent_swspreview, + ent_ccmd; ent_gate *rendering_gate; @@ -191,10 +192,11 @@ struct world_static { u32 current_run_version; double time, rewind_from, rewind_to, last_use; - int in_volume; + u32 active_trigger_volumes[8]; + u32 active_trigger_volume_count; world_instance worlds[4]; - u32 active_world; + i32 active_world; } static world_static;