logic
[carveJwlIkooP6JGAAIwe30JlM.git] / common.h
index 19b5a6fa5d84130b030ec431864fb0a911270aaa..be210a5d49ff89046aafe263a7475857b163d9a8 100644 (file)
--- a/common.h
+++ b/common.h
@@ -119,6 +119,7 @@ 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;
@@ -150,6 +151,7 @@ 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 );