X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world.h;h=ddb82e1be7c2b0e7547e14eea9d3ee3f6d876a75;hb=02e009ae6e20938675277e9ce2f467e17b170cc7;hp=a3f69a5dc5043dd9af02998f510d70bcd012a946;hpb=74174e4357c402824302174845f89b975dba5981;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world.h b/world.h index a3f69a5..ddb82e1 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;