X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_console.pas;h=d80fb01700e774af6aee4e1a1097c4b5f71437f7;hb=4caa7355c2a35f38ee6fbd541cfed72751a520a4;hp=a5652ce5c799f874c538018dc40d32746cf3c1f6;hpb=faef8ad22cbb1b4375647136c9ddca6705a8e21f;p=d2df-sdl.git diff --git a/src/game/g_console.pas b/src/game/g_console.pas index a5652ce..d80fb01 100644 --- a/src/game/g_console.pas +++ b/src/game/g_console.pas @@ -414,6 +414,9 @@ begin AddCommand('pr_phys_enabled', ProfilerCommands, 'enable/disable particle physics'); AddCommand('los_enabled', ProfilerCommands, 'enable/disable LOS calculations'); + AddCommand('mon_think', ProfilerCommands, 'enable/disable monster thinking'); + AddCommand('dbg_holmes', ProfilerCommands, 'turn Holmes on/off'); + AddCommand('p1_name', GameCVars); AddCommand('p2_name', GameCVars); AddCommand('p1_color', GameCVars);