X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=common.h;h=fbcb7cf24cb127b56ccf1d92e1cd81cb3368b0d1;hb=9d5997f1e611b66c7220f7eb388f427032d8da79;hp=be210a5d49ff89046aafe263a7475857b163d9a8;hpb=a9e3181f697ab37fc74f072cfcfdf44e2d659468;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/common.h b/common.h index be210a5..fbcb7cf 100644 --- a/common.h +++ b/common.h @@ -77,7 +77,7 @@ VG_STATIC float k_board_interia = 8.0f, k_grind_decayxy = 30.0f, - k_grind_axel_min_vel = 3.0f, + k_grind_axel_min_vel = 1.0f, k_grind_axel_max_angle = 0.95f, /* cosine(|a|) */ k_grind_axel_max_vangle = 0.4f, k_grind_max_friction = 3.0f, @@ -119,7 +119,6 @@ VG_STATIC int k_debug_light_indices = 0, k_light_preview = 0; VG_STATIC int freecam = 0; -VG_STATIC int debug_logic_bricks = 0; VG_STATIC int walk_grid_iterations = 1; VG_STATIC float fc_speed = 10.0f; VG_STATIC int cl_thirdperson = 0; @@ -151,7 +150,6 @@ VG_STATIC void common_var_temp(void) VG_VAR_F32( k_walk_accel ); VG_VAR_I32( freecam ); - VG_VAR_F32_PERSISTENT( debug_logic_bricks ); VG_VAR_I32( cl_thirdperson ); VG_VAR_F32_PERSISTENT( fc_speed );