DEADSOFTWARE

"t_dump_node_queries" (temp debug, DO NOT TOUCH)
[d2df-sdl.git] / src / game / g_console.pas
index 694a9fad058ad34ca3da9cfc42ec9e69d9f2213c..397d68f2b581acd335c2c6ccf3cb7b20f2e7be73 100644 (file)
@@ -390,9 +390,15 @@ begin
 
   AddCommand('dpp', ProfilerCommands);
   AddCommand('dpu', ProfilerCommands);
-  AddCommand('r_draw_grid', ProfilerCommands);
+  AddCommand('dpc', ProfilerCommands);
+  AddCommand('r_gridrender', ProfilerCommands);
   AddCommand('dbg_coldet_grid', ProfilerCommands);
 
+  AddCommand('t_dump_node_queries', ProfilerCommands);
+
+  AddCommand('sq_use_grid', ProfilerCommands);
+  AddCommand('sq_use_tree', ProfilerCommands);
+
   AddCommand('p1_name', GameCVars);
   AddCommand('p2_name', GameCVars);
   AddCommand('p1_color', GameCVars);