DEADSOFTWARE

new console commands: "r_draw_grid" and "dbg_coldet_grid"
[d2df-sdl.git] / src / game / g_console.pas
index 9a790820d34708265d1c7d5f87e90ee661cbbf6b..694a9fad058ad34ca3da9cfc42ec9e69d9f2213c 100644 (file)
@@ -390,6 +390,8 @@ begin
 
   AddCommand('dpp', ProfilerCommands);
   AddCommand('dpu', ProfilerCommands);
+  AddCommand('r_draw_grid', ProfilerCommands);
+  AddCommand('dbg_coldet_grid', ProfilerCommands);
 
   AddCommand('p1_name', GameCVars);
   AddCommand('p2_name', GameCVars);