X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_console.pas;h=c41cb23c8ab8c41de9c1eb5233f7135d73d0b933;hb=e27a7539a5cd40fb3a15c6daef0e18817b7c9bd8;hp=9a790820d34708265d1c7d5f87e90ee661cbbf6b;hpb=0da2f21c266e1986dc46af7bbf620c0ed97df2e2;p=d2df-sdl.git diff --git a/src/game/g_console.pas b/src/game/g_console.pas index 9a79082..c41cb23 100644 --- a/src/game/g_console.pas +++ b/src/game/g_console.pas @@ -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);