DEADSOFTWARE

new console commands: "r_draw_grid" and "dbg_coldet_grid"
[d2df-sdl.git] / src / game / g_console.pas
index 6a5c9a411c9412b3c9d9536bf7928408d4e7005d..694a9fad058ad34ca3da9cfc42ec9e69d9f2213c 100644 (file)
@@ -388,6 +388,11 @@ begin
   AddCommand('d_player', DebugCommands);
   AddCommand('d_joy', DebugCommands);
 
+  AddCommand('dpp', ProfilerCommands);
+  AddCommand('dpu', ProfilerCommands);
+  AddCommand('r_draw_grid', ProfilerCommands);
+  AddCommand('dbg_coldet_grid', ProfilerCommands);
+
   AddCommand('p1_name', GameCVars);
   AddCommand('p2_name', GameCVars);
   AddCommand('p1_color', GameCVars);