X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_console.pas;h=c41cb23c8ab8c41de9c1eb5233f7135d73d0b933;hb=512930af83dba9b49ac46a3520f7e8cb17f5d3c9;hp=ec4ce69c581bf64fac766588ee135ac577d5285e;hpb=7292fe409145dfcbb2776e34bb64d56e32985b9d;p=d2df-sdl.git diff --git a/src/game/g_console.pas b/src/game/g_console.pas index ec4ce69..c41cb23 100644 --- a/src/game/g_console.pas +++ b/src/game/g_console.pas @@ -13,7 +13,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . *) -{$INCLUDE g_amodes.inc} +{$INCLUDE ../shared/a_modes.inc} unit g_console; interface @@ -388,6 +388,15 @@ begin AddCommand('d_player', DebugCommands); AddCommand('d_joy', DebugCommands); + 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); AddCommand('p1_color', GameCVars);