DEADSOFTWARE

Sweep-And-Prune broad phase implementation; not working yet
[d2df-sdl.git] / src / game / g_console.pas
index 9a790820d34708265d1c7d5f87e90ee661cbbf6b..c41cb23c8ab8c41de9c1eb5233f7135d73d0b933 100644 (file)
@@ -390,6 +390,12 @@ begin
 
   AddCommand('dpp', ProfilerCommands);
   AddCommand('dpu', ProfilerCommands);
+  AddCommand('dpc', ProfilerCommands);
+  AddCommand('r_gridrender', ProfilerCommands);
+  AddCommand('dbg_coldet_grid', ProfilerCommands);
+
+  AddCommand('sq_use_grid', ProfilerCommands);
+  AddCommand('sq_use_sap', ProfilerCommands);
 
   AddCommand('p1_name', GameCVars);
   AddCommand('p2_name', GameCVars);