X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world.h;h=7d513f9d0a768043cc7d3a63531614ab83cbb5b3;hb=2559e0fc3e78347fa7d8a97727adc8a09ef7fa52;hp=a3f69a5dc5043dd9af02998f510d70bcd012a946;hpb=74174e4357c402824302174845f89b975dba5981;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world.h b/world.h index a3f69a5..7d513f9 100644 --- a/world.h +++ b/world.h @@ -34,8 +34,8 @@ typedef struct world_instance world_instance; /* console variables */ -static float k_day_length = 30.0f; /* minutes */ -static int k_debug_light_indices = 0, +static f32 k_day_length = 30.0f; /* minutes */ +static i32 k_debug_light_indices = 0, k_debug_light_complexity= 0, k_light_preview = 0; @@ -155,7 +155,8 @@ struct world_instance { ent_marker, ent_camera, ent_swspreview, - ent_ccmd; + ent_ccmd, + ent_challenge; ent_gate *rendering_gate;