X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_console.pas;h=c41cb23c8ab8c41de9c1eb5233f7135d73d0b933;hb=512930af83dba9b49ac46a3520f7e8cb17f5d3c9;hp=0669339cec3dc3ba3f2c4487db4f7acdf278dcaa;hpb=7869ee331ead2e3f765af47eeca1566ed97faa19;p=d2df-sdl.git diff --git a/src/game/g_console.pas b/src/game/g_console.pas index 0669339..c41cb23 100644 --- a/src/game/g_console.pas +++ b/src/game/g_console.pas @@ -391,9 +391,12 @@ begin AddCommand('dpp', ProfilerCommands); AddCommand('dpu', ProfilerCommands); AddCommand('dpc', ProfilerCommands); - AddCommand('r_draw_grid', 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); AddCommand('p1_color', GameCVars);